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

index 2336ff9e921b4690a5826f24f9706540b83da6ca..4632b82df21fe4672957e9ec4c834be17b54d691 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 /t:INSTALL
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:PACKAGE
+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
 cd ..