projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410fa4c
)
add a comment about the cygwin -mwindows build flag
author
Lee
<ler762@users.sourceforge.net>
Tue, 23 Oct 2018 06:09:28 +0000
(
02:09
-0400)
committer
Lee
<ler762@users.sourceforge.net>
Tue, 23 Oct 2018 06:09:28 +0000
(
02:09
-0400)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
7cd73b2
..
e846432
100644
(file)
--- 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