Created
February 15, 2012 19:07
-
-
Save igorzi/1838218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5e4425c51a6548562a20f310de329b74ab560985 Mon Sep 17 00:00:00 2001 | |
From: Microsoft Interop Team <[email protected]> | |
Date: Wed, 15 Feb 2012 11:07:00 -0800 | |
Subject: [PATCH] 64bit build on vcexpress | |
--- | |
vcbuild.bat | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/vcbuild.bat b/vcbuild.bat | |
index aa0b836..6a5d657 100644 | |
--- a/vcbuild.bat | |
+++ b/vcbuild.bat | |
@@ -90,7 +90,7 @@ goto run | |
:msbuild-found | |
@rem Build the sln with msbuild. | |
-msbuild node.sln /m /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo | |
+msbuild node.sln /m /t:%target% /p:Configuration=%config% /p:PlatformToolset=Windows7.1SDK /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo | |
if errorlevel 1 goto exit | |
if defined nosign goto msi | |
-- | |
1.7.7.1.msysgit.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment