set qt=Qt-4.7.3
set wxWidgets=wxWidgets-2.9.2
-set boost=Boost-1.47.0
+set boost=Boost-1.46.1
set xercesc=xerces-c-3.1.1
set itk=InsightToolkit-3.20.0
set gdcm=gdcm
echo VTKSRCDIR=%VTKSRCDIR%
echo GDCMDIR=%GDCMSRCDIR%
+
echo -----------------------------------
echo ---End Setting Global Variables----
echo -----------------------------------
echo ----------Installing---------------
cd %sourcepath%\%wxWidgets%\build\msw
-nmake -f makefile.vc BUILD=%buildType% UNICODE=1 SHARED=1
+nmake -f makefile.vc BUILD=%buildType% UNICODE=0 SHARED=1
cd C:\
echo ----End wxWidgets Installation-----
echo ----------Extracting---------------
cd %sourcepath%
-%zipPath% x %thirdpartyGeneration%\thirdparty_source\boost_1_47_0.7z
-del %thirdpartyGeneration%\thirdparty_source\boost_1_47_0.7z
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\boost_1_46_1.7z
+del %thirdpartyGeneration%\thirdparty_source\boost_1_46_1.7z
echo --------Renaming Folder------------
-rename boost_1_47_0 %boost%
+rename boost_1_46_1 %boost%
echo ----------Installing---------------
mkdir %installpath%\%boost%
cd %sourcepath%\%boost%
+
call bootstrap.bat
-b2.exe --toolset=msvc-10.0 --build-type=complete --build-dir=%binpath%\%boost%Bin --link=shared --runtime-link=shared --prefix=%installpath%\%boost% install
+bjam.exe --toolset=msvc-10.0 --build-type=complete --build-dir=%binpath%\%boost%Bin --link=shared --runtime-link=shared --prefix=%installpath%\%boost% install
cd C:\
echo -----End Boost Installation--------
set qt=Qt-4.7.3
set wxWidgets=wxWidgets-2.9.2
-set boost=Boost-1.47.0
+set boost=Boost-1.46.1
set xercesc=xerces-c-3.1.1
set itk=InsightToolkit-3.20.0
set gdcm=gdcm
echo -------------Boost-----------------
echo -----------------------------------
-set boostMT=-vc100-mt-1_47.dll
-set boostMTGD=-vc100-mt-gd-1_47.dll
+set boostMT=-vc100-mt-1_46_1.dll
+set boostMTGD=-vc100-mt-gd-1_46_1.dll
copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMT% %creaThirdPartydlls%
copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMTGD% %creaThirdPartydlls%
set qt=Qt-4.7.3
set wxWidgets=wxWidgets-2.9.2
-set boost=Boost-1.47.0
+set boost=Boost-1.46.1
set xercesc=xerces-c-3.1.1
set itk=InsightToolkit-3.20.0
set gdcm=gdcm
XCOPY %WXDIR%\include\* %creaThirdPartyLibraries%\%wxWidgets%\include\ /s /i
+copy /V /Y %WXDIR%\wx-config.in %creaThirdPartyLibraries%\%wxWidgets%\
+
copy /V /Y %WXDIR%\lib\dummy %creaThirdPartyLibraries%\%wxWidgets%\lib\
copy /V /Y %WXDIR%\lib\vms.opt %creaThirdPartyLibraries%\%wxWidgets%\lib\
copy /V /Y %WXDIR%\lib\vms_gtk.opt %creaThirdPartyLibraries%\%wxWidgets%\lib\
copy /V /Y %WXDIR%\lib\vc_dll\wxtiff.lib %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll
copy /V /Y %WXDIR%\lib\vc_dll\wxzlib.lib %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll
-mkdir %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll\mswu
+mkdir %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll\msw
-XCOPY %WXDIR%\lib\vc_dll\mswu\* %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll\mswu /s /i
+XCOPY %WXDIR%\lib\vc_dll\msw\* %creaThirdPartyLibraries%\%wxWidgets%\lib\vc_dll\msw /s /i
mkdir %creaThirdPartyLibraries%\%wxWidgets%\src\jpeg
mkdir %creaThirdPartyLibraries%\%wxWidgets%\src\png
echo -------------Boost-----------------
echo -----------------------------------
-set boostMT=-vc100-mt-1_47.lib
-set boostMTGD=-vc100-mt-gd-1_47.lib
-set boostMTS=-vc100-mt-s-1_47.lib
-set boostMTSGD=-vc100-mt-sgd-1_47.lib
+set boostMT=-vc100-mt-1_46_1.lib
+set boostMTGD=-vc100-mt-gd-1_46_1.lib
+set boostMTS=-vc100-mt-s-1_46_1.lib
+set boostMTSGD=-vc100-mt-sgd-1_46_1.lib
mkdir %creaThirdPartyLibraries%\%boost%