summaryrefslogtreecommitdiff
path: root/build/package-debug.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/package-debug.bat')
-rw-r--r--build/package-debug.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package-debug.bat b/build/package-debug.bat
index fd0f5a7f..e6149c56 100644
--- a/build/package-debug.bat
+++ b/build/package-debug.bat
@@ -1,4 +1,4 @@
call "%VS100COMNTOOLS%vsvars32.bat"
cd VC2010
-msbuild /m:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
+msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
cd .. \ No newline at end of file