]> Creatis software - creaToolsTools.git/commitdiff
DFCH: Some bugs Solved!!
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 28 Nov 2011 07:55:40 +0000 (07:55 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 28 Nov 2011 07:55:40 +0000 (07:55 +0000)
Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Install_ThirdParty/install_thirdparty.bat_TEMPLATE
Install_ThirdParty/install_thirdparty_dlls_cmake.bat_TEMPLATE
Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE
Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE
Install_ThirdParty/scripts/install_thirdparty_all.bat
Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat
Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat
Install_ThirdParty/scripts/move_thirdparty_dlls.bat
Install_ThirdParty/scripts/move_thirdparty_libraries.bat

index 60e8098bd9cb9e9de04a041dc17152695cfe0f5c..01faf825bec050f36074c6d3137317b5cac12671 100644 (file)
@@ -1,15 +1,50 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
+
 set thirdpartyGeneration=<directory where you want to generate>
 set buildType=<debug|release|RelWithDebInfo>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+echo buildType=%buildType%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_all.bat
+
 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1
 
+echo Calling move_thirdparty_dlls.bat
+
 call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
 
+echo Calling move_thirdparty_libraries.bat
+
 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
 
+echo Calling install_thirdparty_dlls_cmake.bat
+
 call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
 
+echo Calling install_thirdparty_libraries_cmake.bat
+
 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
 
-cd ..
\ No newline at end of file
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file
index 7f940e7d077008942b7dd8b933ef0319c192d2fb..5e6d1d0227411b993324433d7ac79f302f7c80c9 100644 (file)
@@ -1,8 +1,36 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where you want to generate>
 set buildType=<debug|release|RelWithDebInfo>
 
+
+echo thirdpartyGeneration=%thirdpartyGeneration%
+echo buildType=%buildType%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_all.bat
+
 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install.log 2>&1
+
 cd ..
 
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+
+exit
index 8e1525cb61c8df3d72e8f25c96c7138649dcd75f..747e7c2ede647c5edaac2a41593797086d4dc2f0 100644 (file)
@@ -1,6 +1,32 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_dlls_cmake.bat
+
 call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_dlls_cmake.log 2>&1
-cd ..
\ No newline at end of file
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file
index 4bf4111a0bc81e183ddcde48873b24cb3b74128f..7cf1ccbe79fda01a2dfa281ed51056147efbf5b3 100644 (file)
@@ -1,6 +1,32 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_libraries_cmake.bat
+
 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1
-cd ..
\ No newline at end of file
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file
index 3754399d5f7c0d8bfcad6eab278c9ca68faf0bed..962fe23a37c8a40d226db63a035ebf5ac9059d81 100644 (file)
@@ -1,7 +1,33 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling move_thirdparty_dlls.bat
+
 call move_thirdparty_dlls.bat %thirdpartyGeneration% >> move_thirdparty_dlls.log 2>&1
+
 cd ..
 
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
+
index b01123f9aeae1923deb673e2b33d4c15e8d873a8..cb7329c505e89bb0c350e7467d35b6af2a5eee31 100644 (file)
@@ -1,6 +1,32 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling move_thirdparty_libraries.bat
+
 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> move_thirdparty_libraries.log 2>&1
-cd ..
\ No newline at end of file
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file
index cb2ca2f9554a45105190d59ef76d09ec75d95977..2217d22c95e22827f145f85876803d4fc76ba04f 100644 (file)
@@ -17,7 +17,7 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 echo ----End Asking Architecture--------
 
 echo -----------------------------------
-echo ---Setting Environment Variables----
+echo ---Setting Environment Variables---
 echo -----------------------------------
 
 set thirdpartyGeneration=%1
@@ -104,6 +104,7 @@ echo ITKSRCDIR=%ITKSRCDIR%
 echo VTKSRCDIR=%VTKSRCDIR%
 echo GDCMDIR=%GDCMSRCDIR%
 
+echo -----------------------------------
 echo ---End Setting Global Variables----
 echo -----------------------------------
 
@@ -316,4 +317,5 @@ cd c:\
 echo -----------------------------------
 echo ---End of Installing Libraries-----
 echo -----------------------------------
-@echo on
\ No newline at end of file
+
+exit /B
\ No newline at end of file
index a0ed6846cc08f2a6791b4074cf1c0ca18c6c6d1f..0598331da8145f274adda7c6765bc03a6d250b0d 100644 (file)
@@ -47,4 +47,5 @@ cmake -D CREA_LIBRARY_DLL_PATH:PATH=%thirdpartydllspath% CMakeCache.txt
 cmake CMakeCache.txt
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
 msbuild /p:Configuration=release PACKAGE.vcxproj
-@echo on
\ No newline at end of file
+
+exit /B
\ No newline at end of file
index 886da926e111d149e43092f81a55473dce63b487..d519734e316ee1b8643d28a1d43015e78fa04007 100644 (file)
@@ -46,4 +46,5 @@ cmake -D CREA_LIBRARY_SOURCE_PATH:PATH=%thirdpartylibpath% CMakeCache.txt
 cmake CMakeCache.txt
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
 msbuild /p:Configuration=release PACKAGE.vcxproj
-@echo on
\ No newline at end of file
+
+exit /B
\ No newline at end of file
index a3f9140778319cf23a4f6a149de36a60d9a92f12..2afc088469c433c46bb19cf3938575e374ea4429 100644 (file)
@@ -164,4 +164,6 @@ copy /V /Y %GDCMINSTALLDIR%\bin\*.exe %creaThirdPartydlls%
 copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
 echo -----------------------------------
 echo ------End of Moving Dlls-----------
-echo -----------------------------------
\ No newline at end of file
+echo -----------------------------------
+
+exit /B
\ No newline at end of file
index a6988f99b0a3735a747916f9d90400cc30bb1cbe..720465479bab7ebdef510b4ada557b44b70e899d 100644 (file)
@@ -360,4 +360,6 @@ XCOPY %miktex%\* %creaThirdPartyLibraries%\%miktexAux% /s /i
 
 echo -----------------------------------
 echo -----End of Moving Libraries-------
-echo -----------------------------------
\ No newline at end of file
+echo -----------------------------------
+
+exit /B
\ No newline at end of file