No fixed number of threads in build scripts
parent
6df617e766
commit
c977e5df93
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo ALL_BUILD.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo ALL_BUILD.vcxproj
|
||||||
cd ..
|
cd ..
|
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=Release ALL_BUILD.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=Release ALL_BUILD.vcxproj
|
||||||
cd ..
|
cd ..
|
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo INSTALL.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo INSTALL.vcxproj
|
||||||
cd ..
|
cd ..
|
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=Release INSTALL.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=Release INSTALL.vcxproj
|
||||||
cd ..
|
cd ..
|
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
||||||
cd ..
|
cd ..
|
@ -1,4 +1,4 @@
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m:4 /p:Platform=Win32 /p:Configuration=Release PACKAGE.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=Release PACKAGE.vcxproj
|
||||||
cd ..
|
cd ..
|
Loading…
Reference in New Issue