Skip to content

Instantly share code, notes, and snippets.

@igorzi
Created February 15, 2012 19:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorzi/1838218 to your computer and use it in GitHub Desktop.
Save igorzi/1838218 to your computer and use it in GitHub Desktop.
From 5e4425c51a6548562a20f310de329b74ab560985 Mon Sep 17 00:00:00 2001
From: Microsoft Interop Team <interopgithubuser@microsoft.com>
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