summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.vcxproj
diff options
context:
space:
mode:
authorjosh.macdonald@gmail.com <josh.macdonald@gmail.com@a3eca27d-f21b-0410-9b4a-6511e771f64e>2012-06-30 07:47:42 +0000
committerjosh.macdonald@gmail.com <josh.macdonald@gmail.com@a3eca27d-f21b-0410-9b4a-6511e771f64e>2012-06-30 07:47:42 +0000
commit7202888da3a2c6b5d1b71ea0484b013d042add0e (patch)
tree190a6be330a89602880ce79735dc06120bfbd114 /xdelta3/xdelta3.vcxproj
parent3aacfbf7ab34e2ef227b6e7c12f42a42c1887824 (diff)
Add a Windows (32-bit) release for 3.0.2.
Diffstat (limited to 'xdelta3/xdelta3.vcxproj')
-rwxr-xr-xxdelta3/xdelta3.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/xdelta3.vcxproj b/xdelta3/xdelta3.vcxproj
index 91ff65a..6b82af7 100755
--- a/xdelta3/xdelta3.vcxproj
+++ b/xdelta3/xdelta3.vcxproj
@@ -64,11 +64,11 @@
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <ClCompile> 65 <ClCompile>
66 <WarningLevel>Level3</WarningLevel> 66 <WarningLevel>Level3</WarningLevel>
67 <PrecompiledHeader>Use</PrecompiledHeader> 67 <PrecompiledHeader>NotUsing</PrecompiledHeader>
68 <Optimization>MaxSpeed</Optimization> 68 <Optimization>MaxSpeed</Optimization>
69 <FunctionLevelLinking>true</FunctionLevelLinking> 69 <FunctionLevelLinking>true</FunctionLevelLinking>
70 <IntrinsicFunctions>true</IntrinsicFunctions> 70 <IntrinsicFunctions>true</IntrinsicFunctions>
71 <PreprocessorDefinitions>WIN32;/DXD3_MAIN=1;/DXD3_DEBUG=0;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 71 <PreprocessorDefinitions>WIN32;XD3_MAIN=1;XD3_DEBUG=0;XD3_USE_LARGEFILE64=1;REGRESSION_TEST=1;SECONDARY_DJW=1;SECONDARY_FGK=1;XD3_WIN32=1;EXTERNAL_COMPRESSION=0;SHELL_TESTS=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72 </ClCompile> 72 </ClCompile>
73 <Link> 73 <Link>
74 <SubSystem>Console</SubSystem> 74 <SubSystem>Console</SubSystem>