diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2ee87f0..2d65db4 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -14,6 +14,7 @@ | |||
14 | <DebugInformation>true</DebugInformation> | 14 | <DebugInformation>true</DebugInformation> |
15 | <IncrementalBuild>true</IncrementalBuild> | 15 | <IncrementalBuild>true</IncrementalBuild> |
16 | <NoStdLib>false</NoStdLib> | 16 | <NoStdLib>false</NoStdLib> |
17 | <Prefer32Bit>false</Prefer32Bit> | ||
17 | </Options> | 18 | </Options> |
18 | </Configuration> | 19 | </Configuration> |
19 | <Configuration name="Release"> | 20 | <Configuration name="Release"> |
@@ -29,6 +30,7 @@ | |||
29 | <DebugInformation>false</DebugInformation> | 30 | <DebugInformation>false</DebugInformation> |
30 | <IncrementalBuild>true</IncrementalBuild> | 31 | <IncrementalBuild>true</IncrementalBuild> |
31 | <NoStdLib>false</NoStdLib> | 32 | <NoStdLib>false</NoStdLib> |
33 | <Prefer32Bit>false</Prefer32Bit> | ||
32 | </Options> | 34 | </Options> |
33 | </Configuration> | 35 | </Configuration> |
34 | 36 | ||