Add contrib/vstudio/vc10 pre-build step for static only.

Also correct typo for 64-bit debug build.
This commit is contained in:
Greg Domjan
2012-09-14 16:48:12 -04:00
committed by Mark Adler
parent 5afbdabacd
commit b116fb588d
2 changed files with 17 additions and 1 deletions

View File

@@ -383,7 +383,7 @@ bld_ml32.bat</Command>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<PreBuildEvent>
<Command>cd ..\..\contrib\masmx64
<Command>cd ..\..\masmx64
bld_ml64.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>