From 06b042dc3de0a46e119c821a91a5f86a81946ef0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 16 Dec 2003 10:36:18 +0000 Subject: [PATCH] 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2