From 2d45b08478fc04a3d1ecc0a57c9cd034b0396d38 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Thu, 7 Dec 2006 06:33:43 +0000 Subject: [PATCH] * Moved the mapgen.bat script to the root and removed the bin dir from svn to prevent nant clean from screwing up the repository * Removed all the build-dll references in nant files from projects dependent on libsl, should speed up build times at the possible expense of less build-sanity checking * TestClient uses the new AppearanceManager code at login git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@690 52acb1d6-8a22-11de-b505-999d5b087335 --- applications/Decoder/Decoder.build | 10 +--------- applications/TestBot/TestBot.build | 10 +--------- bin/mapgen.bat | 1 - libsecondlife-cs/_Packets_.cs | 2 -- libsecondlife-cs/examples/TestClient/TestClient.cs | 12 ++++++++++-- libsecondlife-cs/examples/examples.build | 7 +------ libsecondlife.build | 2 -- mapgen.bat | 1 + 8 files changed, 14 insertions(+), 31 deletions(-) delete mode 100644 bin/mapgen.bat create mode 100644 mapgen.bat diff --git a/applications/Decoder/Decoder.build b/applications/Decoder/Decoder.build index d92eeb94..0262010c 100644 --- a/applications/Decoder/Decoder.build +++ b/applications/Decoder/Decoder.build @@ -74,7 +74,7 @@ - - - - - - - - - + @@ -69,11 +69,6 @@ - - - - diff --git a/libsecondlife.build b/libsecondlife.build index a4798ed7..0a9f9f12 100644 --- a/libsecondlife.build +++ b/libsecondlife.build @@ -25,8 +25,6 @@ - - diff --git a/mapgen.bat b/mapgen.bat new file mode 100644 index 00000000..0cda963e --- /dev/null +++ b/mapgen.bat @@ -0,0 +1 @@ +"bin/mapgenerator.exe" data/message_template.msg libsecondlife-cs/mapgenerator/template.cs libsecondlife-cs/_Packets_.cs \ No newline at end of file