]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/compilemod.bat
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
index 7af77af15369ce683f607df02c78625716f8c3d5..ba107a67aab55d4ecad5de73bda9d0cc542a36ce 100644 (file)
@@ -1,6 +1,6 @@
 cd %2
 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1
-FOR /R %%a IN (*.sln) DO msbuild INSTALL.vcproj
-FOR /R %%a IN (*.sln) DO msbuild PACKAGE.vcproj
+FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj
+FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj
 cd ..