* 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
This commit is contained in:
John Hurliman
2006-12-07 06:33:43 +00:00
parent b5f1a9ac21
commit 2d45b08478
8 changed files with 14 additions and 31 deletions

View File

@@ -74,7 +74,7 @@
<!-- build tasks -->
<target
name="build"
depends="init build-dll"
depends="init"
description="Builds the binaries for the current configuration">
<echo message="Build Directory is ${bin_dir}/" />
<mkdir
@@ -93,14 +93,6 @@
</csc>
</target>
<target
name="build-dll"
description="Builds libsecondlife dll">
<nant
buildfile="../../libsecondlife-cs/libsecondlife.build"
target="${project.config} build"/>
</target>
<target
name="clean"
depends="init"