]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 26 Aug 2010 10:01:08 +0000 (10:01 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 26 Aug 2010 10:01:08 +0000 (10:01 +0000)
ctest/dashboard/Readme.txt
ctest/dashboard/compilemod.bat

index 9c44a1c172c36efdaedcd24bc106ba249644ecb5..e79969876f808e2232396870ba1007b18b2c4c20 100644 (file)
@@ -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
 
 
index 7af77af15369ce683f607df02c78625716f8c3d5..ba107a67aab55d4ecad5de73bda9d0cc542a36ce 100644 (file)
@@ -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 ..