* 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:
@@ -57,7 +57,7 @@
|
||||
</csc>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="init build-dll" description="Build all examples">
|
||||
<target name="build" depends="init" description="Build all examples">
|
||||
<foreach item="Folder" in="." property="example_path">
|
||||
<call target="example" unless="${string::contains(example_path,'svn') or string::contains(example_path,'IA_') or string::contains(example_path,'Test')}"/>
|
||||
</foreach>
|
||||
@@ -69,11 +69,6 @@
|
||||
</foreach>
|
||||
</target>
|
||||
|
||||
<target name="build-dll" description="Builds libsecondlife dll">
|
||||
<nant buildfile="../../libsecondlife.build"
|
||||
target="${project.config} build-lib"/>
|
||||
</target>
|
||||
|
||||
<target name="clean-example" description="Deletes files for a given example">
|
||||
<property name="example_name" value="${path::get-file-name(example_path)}" />
|
||||
<delete failonerror="false">
|
||||
|
||||
Reference in New Issue
Block a user