Pass -mwindows when linking the GUI samples under Wine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f3a41afd52
commit
06b042dc3d
@ -1259,6 +1259,7 @@ if test "$wxUSE_WINE" = "yes"; then
|
||||
CC=winegcc
|
||||
CXX=wineg++
|
||||
RESCOMP=wrc
|
||||
LDFLAGS_GUI="-mwindows"
|
||||
fi
|
||||
|
||||
dnl NB: The two tests bellow are *NOT* mutually exclusive! They should only
|
||||
|
Loading…
Reference in New Issue
Block a user