From 681cfc05116ab25d0b7746728d2167e717af1c84 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 5 Oct 2010 23:21:16 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/All.bat | 3 ++- ctest/dashboard/compilemod.bat | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 .. -- 2.45.1