diff options
author | lbsa71 | 2007-04-11 07:57:03 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-11 07:57:03 +0000 |
commit | 8f5919bf6336ae7b6164f4419835d2478dabbe61 (patch) | |
tree | 1a5977974d936e099bce308f03d61e69e0451d5a /OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build | |
parent | Adding BDB to prebuild, making BDB compile. (diff) | |
download | opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.zip opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.gz opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.bz2 opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.xz |
* nant building again
Diffstat (limited to '')
-rw-r--r-- | OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build b/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build index b68ad03..f34e4ac 100644 --- a/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build +++ b/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build | |||
@@ -21,12 +21,12 @@ | |||
21 | </lib> | 21 | </lib> |
22 | <include name="System.dll" /> | 22 | <include name="System.dll" /> |
23 | <include name="System.Xml.dll" /> | 23 | <include name="System.Xml.dll" /> |
24 | <include name="../bin/OpenSim.Framework.dll" /> | 24 | <include name="../../bin/OpenSim.Framework.dll" /> |
25 | </references> | 25 | </references> |
26 | </csc> | 26 | </csc> |
27 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" /> | 27 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |
28 | <mkdir dir="${project::get-base-directory()}/../bin/"/> | 28 | <mkdir dir="${project::get-base-directory()}/../../bin/"/> |
29 | <copy todir="${project::get-base-directory()}/../bin/"> | 29 | <copy todir="${project::get-base-directory()}/../../bin/"> |
30 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > | 30 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > |
31 | <include name="*.dll"/> | 31 | <include name="*.dll"/> |
32 | <include name="*.exe"/> | 32 | <include name="*.exe"/> |