diff options
author | Greg Domjan <gorf4673@gmail.com> | 2012-09-14 16:48:12 -0400 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-02-23 22:56:32 -0800 |
commit | b116fb588deee3b3c9092a32783416c456da3bed (patch) | |
tree | fe6d422de25a5c2442be7374ff5ea7311d11addb /contrib/vstudio/vc10/zlibvc.vcxproj | |
parent | 5afbdabacd496c9dfe204e82e10d8febb4710669 (diff) | |
download | zlib-b116fb588deee3b3c9092a32783416c456da3bed.tar.gz zlib-b116fb588deee3b3c9092a32783416c456da3bed.tar.bz2 zlib-b116fb588deee3b3c9092a32783416c456da3bed.zip |
Add contrib/vstudio/vc10 pre-build step for static only.
Also correct typo for 64-bit debug build.
Diffstat (limited to 'contrib/vstudio/vc10/zlibvc.vcxproj')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.vcxproj b/contrib/vstudio/vc10/zlibvc.vcxproj index 9218fdc..97016a5 100644 --- a/contrib/vstudio/vc10/zlibvc.vcxproj +++ b/contrib/vstudio/vc10/zlibvc.vcxproj | |||
@@ -383,7 +383,7 @@ bld_ml32.bat</Command> | |||
383 | <TargetMachine>MachineX64</TargetMachine> | 383 | <TargetMachine>MachineX64</TargetMachine> |
384 | </Link> | 384 | </Link> |
385 | <PreBuildEvent> | 385 | <PreBuildEvent> |
386 | <Command>cd ..\..\contrib\masmx64 | 386 | <Command>cd ..\..\masmx64 |
387 | bld_ml64.bat</Command> | 387 | bld_ml64.bat</Command> |
388 | </PreBuildEvent> | 388 | </PreBuildEvent> |
389 | </ItemDefinitionGroup> | 389 | </ItemDefinitionGroup> |