]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 18:29:02 +0000 (18:29 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 18:29:02 +0000 (18:29 +0000)
ctest/dashboard/compilemod.bat

index 7a1f17f3127fd2e9e206195aa9ca2a0412515897..7af77af15369ce683f607df02c78625716f8c3d5 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 INSTALL.vcproj
-FOR /R %%a IN (*.sln) DO msbuild %%a PACKAGE.vcproj
+FOR /R %%a IN (*.sln) DO msbuild INSTALL.vcproj
+FOR /R %%a IN (*.sln) DO msbuild PACKAGE.vcproj
 cd ..