From: Eduardo Davila Date: Thu, 26 Aug 2010 10:01:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~77 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8c75c85544ab0aa5f7c6feb0f29bd2539633e21d;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/Readme.txt b/ctest/dashboard/Readme.txt index 9c44a1c..e799698 100644 --- a/ctest/dashboard/Readme.txt +++ b/ctest/dashboard/Readme.txt @@ -17,10 +17,19 @@ All the creatools projects are downloaded from the CVS, compiled and the CTest f -=================== - =============Install cmake ========================= -1) Install cmake outside the directory "Programs Files" + +Install + visualStudio + Putty + Graphviz + doxygen + TortoiseCVS + NSIS + cmake (outside of "Programs Files") + crea_ThirdParty_Libraries (outside of "Programs Files") + +outside of "Programs Files" To avoid the probleme of: Read only diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 7af77af..ba107a6 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 INSTALL.vcproj -FOR /R %%a IN (*.sln) DO msbuild PACKAGE.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj cd ..