]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_all.bat
Fix comment;
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_all.bat
index 2204fc2c2838c4d17780e6835c5ddac5a6730699..6d049861accd8d6759f406eb8d256c11a8f1bfee 100644 (file)
@@ -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