* 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user