From: Julian Smart Date: Tue, 16 Dec 2003 10:36:18 +0000 (+0000) Subject: Pass -mwindows when linking the GUI samples under Wine X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06b042dc3de0a46e119c821a91a5f86a81946ef0?ds=inline 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 --- diff --git a/configure.in b/configure.in index b74b7d8d1e..c0bd57f613 100644 --- a/configure.in +++ b/configure.in @@ -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