Add libgcc_s_dw2-1.dll to the Windows installation package

This seems to be needed for wpa_gui.exe with the new Qt version.
This commit is contained in:
Jouni Malinen 2010-09-04 12:55:55 +03:00
parent f4e5fd948a
commit 687179edb5

View file

@ -37,6 +37,7 @@ section
File wpasvc.exe
File /opt/Qt-Win/files/mingwm10.dll
File /opt/Qt-Win/files/libgcc_s_dw2-1.dll
File /opt/Qt-Win/files/QtCore4.dll
File /opt/Qt-Win/files/QtGui4.dll
@ -96,6 +97,7 @@ section "uninstall"
delete "$INSTDIR\wpasvc.exe"
delete "$INSTDIR\mingwm10.dll"
delete "$INSTDIR\libgcc_s_dw2-1.dll"
delete "$INSTDIR\QtCore4.dll"
delete "$INSTDIR\QtGui4.dll"