aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/tests/include-001.prebuild
diff options
context:
space:
mode:
authorlbsa712009-02-19 14:16:22 +0000
committerlbsa712009-02-19 14:16:22 +0000
commite36c452d4e891073768fd70915a65531f806f831 (patch)
tree40f7ec86c6813a7221f39f4e4483f81337b13158 /Prebuild/tests/include-001.prebuild
parent* Ignored some bins (diff)
downloadopensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.zip
opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.gz
opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.bz2
opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.xz
* Reverted Prebuild commit due to strange run-time errors.
Diffstat (limited to '')
-rw-r--r--Prebuild/tests/include-001.prebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/Prebuild/tests/include-001.prebuild b/Prebuild/tests/include-001.prebuild
deleted file mode 100644
index 8047008..0000000
--- a/Prebuild/tests/include-001.prebuild
+++ /dev/null
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="include-001" version="1.2.3">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <OutputPath>bin/Debug</OutputPath>
9 <DebugInformation>true</DebugInformation>
10 </Options>
11 </Configuration>
12 <Configuration name="Release">
13 <Options>
14 <CompilerDefines>TRACE</CompilerDefines>
15 <OutputPath>bin/Release</OutputPath>
16 <OptimizeCode>true</OptimizeCode>
17 <DebugInformation>false</DebugInformation>
18 </Options>
19 </Configuration>
20 <?include file="include-001.include"?>
21 </Solution>
22</Prebuild>