]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/compilemod.bat
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
index 4632b82df21fe4672957e9ec4c834be17b54d691..7a1f17f3127fd2e9e206195aa9ca2a0412515897 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 %%a /p:Configuration=%1 INSTALL.vcproj
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 PACKAGE.vcproj
+FOR /R %%a IN (*.sln) DO msbuild %%a INSTALL.vcproj
+FOR /R %%a IN (*.sln) DO msbuild %%a PACKAGE.vcproj
 cd ..