Skip to content

Instantly share code, notes, and snippets.

@igorzi
Created December 28, 2011 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorzi/1530173 to your computer and use it in GitHub Desktop.
Save igorzi/1530173 to your computer and use it in GitHub Desktop.
From 21658d46aa14850e72db7f532578c43db48fde68 Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Wed, 28 Dec 2011 14:35:27 -0800
Subject: [PATCH] pass /m to msbuild
---
vcbuild.bat | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vcbuild.bat b/vcbuild.bat
index 38a1951..c3c8b13 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -76,7 +76,7 @@ goto run
:msbuild-found
@rem Build the sln with msbuild.
-msbuild node.sln /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
+msbuild node.sln /m /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
if errorlevel 1 goto exit
if defined nosign goto msi
--
1.7.4.msysgit.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment