diff options
author | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
commit | 29708e47a56e6935f8965ef43556570bb82b64a9 (patch) | |
tree | 8ba76776609118904f8fd8350cd2f2712eda132c /Prebuild/tests/include-001.prebuild | |
parent | Remove parenthesis around the release flavour to get the version string back ... (diff) | |
parent | Build system upgrade: (diff) | |
download | opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.zip opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.gz opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.bz2 opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.xz |
Merge branch 'prebuild-update'
Diffstat (limited to '')
-rw-r--r-- | Prebuild/tests/include-001.prebuild | 22 |
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> | ||