From: Eduardo Davila Date: Mon, 30 May 2011 21:32:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e95400057316f6be2396a05bfcad35f676b5452d;p=creaToolsTools.git *** empty log message *** --- diff --git a/Install/scripts/compilemod.bat b/Install/scripts/compilemod.bat index 5c9522d..beda3fb 100644 --- a/Install/scripts/compilemod.bat +++ b/Install/scripts/compilemod.bat @@ -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\