tools/build_windows.bat
branch0.9.19
changeset 9081 7f04ad2cda54
parent 9068 3401390f03cf
child 9090 9ceacd996ea0
equal deleted inserted replaced
8932:e095e3023682 9081:7f04ad2cda54
    11 
    11 
    12 echo Fetching all DLLs...
    12 echo Fetching all DLLs...
    13 if %BUILD_TYPE%=="Debug" (
    13 if %BUILD_TYPE%=="Debug" (
    14     for %%G in (QtCored4 QtGuid4 QtNetworkd4) do xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
    14     for %%G in (QtCored4 QtGuid4 QtNetworkd4) do xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
    15 )
    15 )
    16 for %%G in (QtCore4 QtGui4 QtNetwork4 libgcc_s_dw2-1 mingwm10) do (
    16 :: should you libgcc dynamically you should try adding libgcc_s_dw2-1 and mingwm10
       
    17 for %%G in (QtCore4 QtGui4 QtNetwork4) do (
    17     xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
    18     xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
    18 )
    19 )
    19 
    20 
    20 if not exist %CD%\misc\winutils\bin\ mkdir %CD%\misc\winutils\bin\
    21 if not exist %CD%\misc\winutils\bin\ mkdir %CD%\misc\winutils\bin\
    21 if not exist %CD%\misc\winutils\bin\SDL.dll cscript %CD%\tools\w32DownloadUnzip.vbs http://www.libsdl.org/release/SDL-1.2.15-win32.zip %CD%\misc\winutils\bin
    22 if not exist %CD%\misc\winutils\bin\SDL.dll cscript %CD%\tools\w32DownloadUnzip.vbs http://www.libsdl.org/release/SDL-1.2.15-win32.zip %CD%\misc\winutils\bin