From: Eduardo Davila Date: Tue, 5 Oct 2010 23:21:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~25 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=681cfc05116ab25d0b7746728d2167e717af1c84;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/All.bat b/ctest/dashboard/All.bat index 3ba3223..b781621 100644 --- a/ctest/dashboard/All.bat +++ b/ctest/dashboard/All.bat @@ -18,7 +18,8 @@ set currentdir=%~dp0 rem set currentdir=%currentdir:\=/% set dirInstall=%currentdir%\tmpCreaTools_INSTALL rmdir %dirInstall% /s /q - +rmdir Result_Installers /s /q +mkdir Result_Installers call cvscheckout.bat %creasourcefolder% %cvsUser% call cvscheckout.bat %bbtksourcefolder% %cvsUser% diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index aeefcb9..a25d229 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -5,4 +5,5 @@ 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 +copy %2*.exe ../Result_Installers/ cd ..