From: Eduardo Davila Date: Wed, 25 Aug 2010 15:17:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~81 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d804cc269c9653d92c575b342e733dbf22afd00f;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/cmakemod.bat b/ctest/dashboard/cmakemod.bat index 3b7465d..f9ae755 100644 --- a/ctest/dashboard/cmakemod.bat +++ b/ctest/dashboard/cmakemod.bat @@ -3,6 +3,6 @@ set currentdir=%currentdir:\=/% mkdir %2 cd %2 cmake -G"Visual Studio 9 2008" -H%currentdir%%1 -B%currentdir%%2 -cmake -D INCLUDE_CTEST:BOOL=ON CMakeCache.txt +cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%currentdir%/tmpINSTALL CMakeCache.txt cd .. diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index bf10c4b..2336ff9 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -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 /t:INSTALL +FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:PACKAGE cd ..