X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Install_ThirdParty%2Fscripts%2Finstall_thirdparty_all.bat;h=6d049861accd8d6759f406eb8d256c11a8f1bfee;hb=5ceecf6dda6a78fc6cefb8e9f8774f2a287a3729;hp=2204fc2c2838c4d17780e6835c5ddac5a6730699;hpb=66d0ff9308ef77332f9081e590c8e3e7d198f8f5;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 2204fc2..6d04986 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -54,9 +54,6 @@ cd wxWidgets %zipPath%\7z.exe x ..\wxWidgets-2.9.1.7z - - - rem ------------- vtk -------------------- cd %binpath% mkdir %vtk%Bin @@ -67,7 +64,7 @@ cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS: cmake CMakeCache.txt call %vcvarsall% FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType% -msbuild /p:Configuration=%buildType% INSTALL.vcxproj +msbuild /p:Configuration=%buildType% INSTALL.vcxproj @@ -85,7 +82,6 @@ msbuild /p:Configuration=%buildType% INSTALL.vcxproj - :next @@ -96,6 +92,4 @@ FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType% REM msbuild /p:Configuration=%buildType% INSTALL.vcxproj - - pause