tools/build_windows.bat
changeset 9068 3401390f03cf
parent 8734 ecb0a97100cf
child 9090 9ceacd996ea0
--- a/tools/build_windows.bat	Mon May 27 21:34:03 2013 -0400
+++ b/tools/build_windows.bat	Tue May 28 15:38:28 2013 +0200
@@ -13,7 +13,8 @@
 if %BUILD_TYPE%=="Debug" (
     for %%G in (QtCored4 QtGuid4 QtNetworkd4) do xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
 )
-for %%G in (QtCore4 QtGui4 QtNetwork4 libgcc_s_dw2-1 mingwm10) do (
+:: should you libgcc dynamically you should try adding libgcc_s_dw2-1 and mingwm10
+for %%G in (QtCore4 QtGui4 QtNetwork4) do (
     xcopy /d/y %QTDIR%\%%G.dll %CD%\bin\
 )