summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xdelta3/releases/xdelta3-3.0.2-x86-32.exebin0 -> 109568 bytes
-rwxr-xr-xxdelta3/xdelta3.vcxproj4
2 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/releases/xdelta3-3.0.2-x86-32.exe b/xdelta3/releases/xdelta3-3.0.2-x86-32.exe
new file mode 100644
index 0000000..36ca1a9
--- /dev/null
+++ b/xdelta3/releases/xdelta3-3.0.2-x86-32.exe
Binary files differ
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>