]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat
DFCH: Bug
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_libraries_cmake.bat
index 87ff82826f0afb7294fe87128491efab48023e2d..d519734e316ee1b8643d28a1d43015e78fa04007 100644 (file)
@@ -1,5 +1,9 @@
 @echo off
 echo -----------------------------------
+echo -----Generating Installers of------
+echo -----creaThirdPartyLibraries-------
+echo -----------------------------------
+echo -----------------------------------
 echo ------Asking Architecture----------
 echo -----------------------------------
 if %PROCESSOR_ARCHITECTURE%==x86 (
@@ -31,6 +35,8 @@ if not exist %vcvarsall% (
 
 call %vcvarsall%
 
+rmdir %binpath% /s /q
+
 mkdir %binpath%
 cd %binpath%
 
@@ -40,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