aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/Prebuild.build
diff options
context:
space:
mode:
authorlbsa712007-06-18 15:55:30 +0000
committerlbsa712007-06-18 15:55:30 +0000
commit2f072d1e1045d2a0a1ac96487492ac915166b1dc (patch)
treee2f8c6b592e486eac97a3effb33d7825ed84ca39 /Prebuild/Prebuild.build
parentFixed the flashing when crossing a border. (diff)
downloadopensim-SC_OLD-2f072d1e1045d2a0a1ac96487492ac915166b1dc.zip
opensim-SC_OLD-2f072d1e1045d2a0a1ac96487492ac915166b1dc.tar.gz
opensim-SC_OLD-2f072d1e1045d2a0a1ac96487492ac915166b1dc.tar.bz2
opensim-SC_OLD-2f072d1e1045d2a0a1ac96487492ac915166b1dc.tar.xz
* example soft logger by delegate
Diffstat (limited to 'Prebuild/Prebuild.build')
-rw-r--r--Prebuild/Prebuild.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/Prebuild/Prebuild.build b/Prebuild/Prebuild.build
index 395fb31..c6c4660 100644
--- a/Prebuild/Prebuild.build
+++ b/Prebuild/Prebuild.build
@@ -12,13 +12,6 @@
12 <property name="build.debug" value="true" /> 12 <property name="build.debug" value="true" />
13 </target> 13 </target>
14 14
15 <property name="project.config" value="Release" />
16
17 <target name="Release" description="">
18 <property name="project.config" value="Release" />
19 <property name="build.debug" value="false" />
20 </target>
21
22 <target name="net-1.1" description="Sets framework to .NET 1.1"> 15 <target name="net-1.1" description="Sets framework to .NET 1.1">
23 <property name="nant.settings.currentframework" value="net-1.1" /> 16 <property name="nant.settings.currentframework" value="net-1.1" />
24 </target> 17 </target>