X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Fmove_thirdparty_dlls.bat;h=d538fcede2b2e0e6235d302e9e3171d3bfbc58df;hb=a465a7043637b6a247633b58510cd3a5d3a3038c;hp=b41c358917af198b8a86d25e2b0e5ee2ec46659a;hpb=30e9a1624d30836bfb12bbdf4bc90c243fe8d224;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat index b41c358..d538fce 100644 --- a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat @@ -23,7 +23,7 @@ set wxWidgets=wxWidgets set boost=boost set xercesc=xerces set itk=itk -set gdcm=gdcm +set gdcm=gdcm13 set vtk=vtk set tth=tth @@ -50,11 +50,12 @@ echo if(%buildType%=="release")( set wxPrefixmsw=wxmsw28 set boostMT=-vc100-mt-1_49.dll set boostMTGD=-vc100-mt-gd-1_49.dll -echo ) else ( -echo set qtBtype=d4 -echo set wxPrefixBase=wxbase293d -echo set wxPrefixmsw=wxmsw293d -echo ) + ) +::else ( +::echo set qtBtype=d4 +::echo set wxPrefixBase=wxbase293d +::echo set wxPrefixmsw=wxmsw293d +::echo ) if %x86Comp%==ON ( @@ -74,8 +75,6 @@ echo ----------------------------------- echo Environment variables Configuration echo ----------------------------------- echo ThirdpartyGeneration=%thirdpartyGeneration% -echo MikTex=%miktex% -echo miktexAux=%miktexAux% echo InstallPath=%installpath% echo BinPath=%binpath% echo SourcePath=%sourcepath% @@ -112,33 +111,6 @@ copy /V /Y %QTDIR%\bin\QtTest%qtBtype%.dll %creaThirdPartydlls% copy /V /Y %QTDIR%\bin\QtXml%qtBtype%.dll %creaThirdPartydlls% copy /V /Y %QTDIR%\bin\QtXmlPatterns%qtBtype%.dll %creaThirdPartydlls% -:: In order to compile I have to copy the following dlls -- change it because those libraries should be in dll folder of thirdparty libs -copy /V /Y %QTDIR%\bin\assistant.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\designer.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\dumpcpp.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\idc.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\lconvert.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\linguist.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\lrelease.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\lupdate.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\moc.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\pixeltool.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qcollectiongenerator.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qhelpconverter.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qhelpgenerator.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qmake.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qt3to4.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\qtdemo.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\rcc.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\uic.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\uic3.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\xmlpatterns.exe %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\Qt3Support%qtBtype%.dll %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\QtCore%qtBtype%.dll %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\QtDesigner%qtBtype%.dll %creaThirdPartydlls% -copy /V /Y %QTDIR%\bin\QtDesignerComponents%qtBtype%.dll %creaThirdPartydlls% -::End of temporal copy - echo ----------------------------------- echo -------------wxWidgets------------- echo -----------------------------------