X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Finstall_thirdparty_libraries_cmake.bat;h=576822a5470c369c02570adbd49eee6db9b5da23;hb=baa0516e21e1f4a6a838b48f008e9e60d6fb84d3;hp=886da926e111d149e43092f81a55473dce63b487;hpb=3afceddce806ddbeb6870383aac236cac7082ff2;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat b/Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat index 886da92..576822a 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat @@ -17,6 +17,7 @@ if %PROCESSOR_ARCHITECTURE%==x86 ( echo ----End Asking Architecture-------- set thirdpartyGeneration=%1 +set version="3.0.1-win32" set thirdparty_cmake=%cd%\..\cmake @@ -46,4 +47,14 @@ 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 + +set installerPath="%thirdpartydllspath%\thirdparty_bin\creaTPLBin\crea_ThirdParty_Libraries-%version%.exe" + +if exist installerPath ( +mkdir %thirdpartyGeneration%\thirdparty_installers +move /Y %installerPath% %thirdpartyGeneration%\thirdparty_installers +rmdir %binpath% /s /q +rmdir %thirdpartylibpath% /s /q +) + +exit /B \ No newline at end of file