From dc046c1b629250c059a991cc6ce2785e7ba3d0ec Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 23 Oct 2018 02:09:28 -0400 Subject: [PATCH] add a comment about the cygwin -mwindows build flag --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 7cd73b2f..e8464320 100644 --- a/configure.in +++ b/configure.in @@ -306,6 +306,9 @@ if test $target_type = mingw; then WIN_ONLY= CFLAGS="$CFLAGS -DWINVER=0x501" SPECIAL_CFLAGS="-mwindows" +dnl from the cygwin FAQ: The regular setup allows you to use the -mwindows option +dnl to include a set of the basic libraries user32, gdi32 and comdlg32. +dnl (and also make your program a GUI program instead of a console program) PTHREAD_LIB=-lpthread echo "Using mingw32 (Win32 GUI)" else -- 2.39.2