Skip to content

Commit fea11c1

Browse files
Merge 'ssfix'
2 parents aa353f9 + 84ae6e4 commit fea11c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qucs/configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ fi # if pkg-config exists
233233
fi
234234
fi
235235

236+
dnl Windows GUI programs should not have console window visible
237+
if test x$WIN32 = xyes; then
238+
LDFLAGS="$LDFLAGS -mwindows"
239+
fi
240+
236241
if test "$enable_qucs_gui_debug" = yes; then
237242
CFLAGS="$CFLAGS -W -Wall -Wmissing-prototypes"
238243
CXXFLAGS="$CXXFLAGS -W -Wall"

0 commit comments

Comments
 (0)