set binpath=%thirdpartyGeneration%\thirdparty_bin
set sourcepath=%thirdpartyGeneration%\thirdparty_source
-set qt=Qt
-set wxWidgets=wxWidgets
-set boost=Boost
-set xercesc=xerces
-set itk=ITK
+set qt=Qt-4.7.3
+set wxWidgets=wxWidgets-2.9.2
+set boost=Boost-1.47.0
+set xercesc=xerces-c-3.1.1
+set itk=InsightToolkit-3.20.0
set gdcm=gdcm
set vtk=VTK
call %vcvarsall%
-
echo -----------------------------------
echo -------Creating Folders------------
echo -----------------------------------
echo ----------Installing---------------
cd %binpath%
-mkdir %itk%Bin
+echo mkdir %itk%Bin
cd %itk%Bin
cmake -G"Visual Studio 10" -H%sourcepath%\%itk% -B%binpath%\%itk%Bin
cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%itk%\ -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D ITK_USE_REVIEW:BOOL=ON CMakeCache.txt
echo -----End XERCES Installation-------
-
-
echo -----------------------------------
echo -------VTK Installation------------
echo -----------------------------------
echo ----------Installing---------------
+
cd %binpath%
mkdir %vtk%Bin
cd %vtk%Bin
FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
msbuild /p:Configuration=%buildType% INSTALL.vcxproj
cd c:\
-
echo ------End VTK Installation---------
echo -----------------------------------
echo -------TTH Installation------------
echo -----------------------------------
echo ----------Extracting---------------
+cd %sourcepath%
%zipPath% x tth_exe.zip
rename tth_exe tth
del tth_exe.zip
echo ------End TTH Installation---------
-
cd c:\
@echo on
\ No newline at end of file