]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 15:57:45 +0000 (15:57 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 15:57:45 +0000 (15:57 +0000)
ctest/dashboard/All.bat
ctest/dashboard/bbtkGEditorVariables.bat
ctest/dashboard/creaMaracasVariables.bat
ctest/dashboard/creaRigidRegistrationVariables.bat

index e6dcfde472c90c233f339bc76c6b82cd1015230d..b267ae5753d9b3f8ddd9b0f73332d55520fd7655 100644 (file)
@@ -30,10 +30,10 @@ rem call cvscheckout.bat %creamaracassourcefolder%
 rem call cvscheckout.bat %creaenvironmentsource%
 rem call cvscheckout.bat %creabrukersource%
 rem call cvscheckout.bat %creaimagesourcefolder%
-call cvscheckout.bat %creacontourssource%
-call cvscheckout.bat %crearigidregistrationssource%
-call cvscheckout.bat %bbtkgeditorsource%
-call cvscheckout.bat %creatoolssource%
+rem call cvscheckout.bat %creacontourssource%
+rem call cvscheckout.bat %crearigidregistrationssource%
+rem call cvscheckout.bat %bbtkgeditorsource%
+rem call cvscheckout.bat %creatoolssource%
 
 
 rem CREA
@@ -90,10 +90,10 @@ set PATH=%creaimagedll%;%PATH%
 
 
 rem creaContours
-call cmakemod.bat %creacontourssource% 
-call creaContoursVariables.bat %creacontourssource% %docgeneration%
-call compilemod.bat %buildtype% %creacontourssource%
-call ctestmod.bat %creacontourssource%
+rem call cmakemod.bat %creacontourssource% 
+rem call creaContoursVariables.bat %creacontourssource% %docgeneration%
+rem call compilemod.bat %buildtype% %creacontourssource%
+rem call ctestmod.bat %creacontourssource%
 set creacontourdll=%~dp0%creacontourssource%\%buildtype%
 rem set PATH=%creacontoursdll%;%PATH%
 
@@ -113,6 +113,8 @@ call ctestmod.bat %bbtkgeditorsource%
 rem set bbtkgeditordll=%~dp0%bbtkgeditorsource%\%buildtype%
 rem set PATH=%bbtkgeditordll%;%PATH%
 
+pause
+
 rem creaTools
 rem call cmakemod.bat %creatoolssource% 
 rem call creaToolsVariables.bat %creatoolsbinary%
index 0df4f3ad1a756403b1bb51b9db773d0d7c597984..9c8b59d613f8ec7d854642580d54b2c0b91f62e6 100644 (file)
@@ -4,9 +4,9 @@ set currentdir=%~dp0
 set currentdir=%currentdir:\=/%
 
 cd %1Bin
-cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_bbtkGEditor_DOC:BOOL=OFF CMakeCache.txt
-cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bin CMakeCache.txt
+cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea CMakeCache.txt
+cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt
 cmake -D creaMaracasVisu_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/creaMaracasVisu CMakeCache.txt
-cmake CMakeCache.txt
+cmake -D BUILD_bbtkGEditor_DOC:BOOL=%2 CMakeCache.txt
 cmake CMakeCache.txt
 cd ..
\ No newline at end of file
index ee59b0a859e94cd58959c17f9e3f971c93f41000..cc2737850d06d71b089c69f08b9077eb6c404685 100644 (file)
@@ -6,6 +6,6 @@ set currentdir=%currentdir:\=/%
 cd %1Bin
 cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_creaMaracasVisu:BOOL=ON -D creaMaracasVisu_DOC:BOOL=%2 CMakeCache.txt
 cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt
-cmake -D BUILD_BBTK_PACKAGE_creaMaracasVisu_DOXYGEN_DOC:BOOL=ON CMakeCache.txt
+cmake -D BUILD_BBTK_PACKAGE_creaMaracasVisu_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt
 cmake CMakeCache.txt
 cd ..
\ No newline at end of file
index 0cda90557debf3b145cf8a72a7d735c91a9313ad..1cefcf9452257787329c62e874610f5e85ee81d6 100644 (file)
@@ -8,4 +8,5 @@ cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACK
 cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt
 cmake -D BUILD_creaRigidRegistration_DOC:BOOL=%2 -D BUILD_BBTK_PACKAGE_PackRecalage_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt
 cmake CMakeCache.txt
+cmake CMakeCache.txt
 cd ..