X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Finstall_thirdparty_dlls_cmake.bat;h=d0e1f5b81211f980fcd92f2fb7b4ba3cc91afbcd;hb=a37d18909c36e1bcd3427106fa70b91dd5b6c108;hp=127d4430a207e0cd613a3ec8e95f9f1be934a1d6;hpb=947cd203e4a0c62779a6f502ba68f616a50716d9;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat b/Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat index 127d443..d0e1f5b 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat @@ -12,17 +12,16 @@ if %PROCESSOR_ARCHITECTURE%==x86 ( echo ----End Asking Architecture-------- - -set thirdpartydllspath=%1 +set thirdpartyGeneration=%1 set thirdparty_cmake=%cd%\..\cmake set vcvarsall="%ProgramFilesPath_x86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" +set thirdpartydllspath=%thirdpartyGeneration%\thirdparty_temp\creaThirdParty_dlls set sourcepath=%thirdparty_cmake%\crea_ThirdParty_dlls -set binpath=%thirdparty_cmake%\crea_ThirdParty_dlls_Bin -set installpath="C:\Temp\creatools\crea_ThirdParty_dlls" -echo set installpath="ProgramFilesPath_x86\creatools\crea_ThirdParty_dlls" +set binpath=%thirdpartyGeneration%\thirdparty_bin\crea_ThirdParty_dlls_Bin +set installpath="ProgramFilesPath_x86\creatools\crea_ThirdParty_dlls" if not exist %vcvarsall% set zipPath="%ProgramFilesPath_x64%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" if not exist %vcvarsall% ( @@ -40,5 +39,5 @@ cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath% CMakeCache.txt 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 INSTALL.vcxproj +msbuild /p:Configuration=release PACKAGE.vcxproj @echo on \ No newline at end of file