summaryrefslogtreecommitdiff
path: root/utilities/vcppmake/osis2mod.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/vcppmake/osis2mod.vcproj')
-rw-r--r--utilities/vcppmake/osis2mod.vcproj19
1 files changed, 12 insertions, 7 deletions
diff --git a/utilities/vcppmake/osis2mod.vcproj b/utilities/vcppmake/osis2mod.vcproj
index 00b25c9..1b23c6f 100644
--- a/utilities/vcppmake/osis2mod.vcproj
+++ b/utilities/vcppmake/osis2mod.vcproj
@@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
- PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
+ PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -112,13 +112,17 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
+ Optimization="0"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="false"
+ FavorSizeOrSpeed="0"
+ WholeProgramOptimization="false"
AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
- PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
+ PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
+ EnableFunctionLevelLinking="false"
WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
@@ -136,8 +140,9 @@
OutputFile="Release\$(ProjectName).exe"
AdditionalLibraryDirectories="../../../icu-sword/lib,../../lib/vcppmake/vc8/ICURelease"
GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
+ OptimizeReferences="0"
+ EnableCOMDATFolding="0"
+ LinkTimeCodeGeneration="0"
TargetMachine="1"
/>
<Tool