]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 30 May 2011 21:32:06 +0000 (21:32 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 30 May 2011 21:32:06 +0000 (21:32 +0000)
Install/scripts/compilemod.bat

index 5c9522d86711f00858c3bdd1a0ee0cdce6aa7449..beda3fbbdaccf467bfce153edc9ea00ecf7861f8 100644 (file)
@@ -7,6 +7,6 @@ set binfolder=%3\creatools_bin\%2Bin
 cd %binfolder%
 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 /p:Configuration=%1 INSTALL.vcproj
-FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj
+msbuild /p:Configuration=%1 INSTALL.vcproj
+msbuild /p:Configuration=%1 PACKAGE.vcproj
 copy %2*.exe %3\Result_Installers\