From b116fb588deee3b3c9092a32783416c456da3bed Mon Sep 17 00:00:00 2001 From: Greg Domjan Date: Fri, 14 Sep 2012 16:48:12 -0400 Subject: Add contrib/vstudio/vc10 pre-build step for static only. Also correct typo for 64-bit debug build. --- contrib/vstudio/vc10/zlibstat.vcxproj | 16 ++++++++++++++++ contrib/vstudio/vc10/zlibvc.vcxproj | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/contrib/vstudio/vc10/zlibstat.vcxproj b/contrib/vstudio/vc10/zlibstat.vcxproj index 2682fca..b9f2bbe 100644 --- a/contrib/vstudio/vc10/zlibstat.vcxproj +++ b/contrib/vstudio/vc10/zlibstat.vcxproj @@ -182,6 +182,10 @@ $(OutDir)zlibstat.lib true + + cd ..\..\masmx86 +bld_ml32.bat + @@ -210,6 +214,10 @@ $(OutDir)zlibstat.lib true + + cd ..\..\masmx86 +bld_ml32.bat + @@ -266,6 +274,10 @@ $(OutDir)zlibstat.lib true + + cd ..\..\masmx64 +bld_ml64.bat + @@ -326,6 +338,10 @@ $(OutDir)zlibstat.lib true + + cd ..\..\masmx64 +bld_ml64.bat + 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 MachineX64 - cd ..\..\contrib\masmx64 + cd ..\..\masmx64 bld_ml64.bat -- cgit v1.2.3-55-g6feb