diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-07 09:21:03 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-07 09:21:03 +0100 |
| commit | e5d90005645fe8aa409d4d4a4f2e3fd0923e4461 (patch) | |
| tree | d00751922f8204156b29d10d31950c0323d25c1c /configure.ac | |
| parent | b75976779837ac6038198ab285f2c982a175f5fc (diff) | |
Remove "-mwindows" link option from CFLAGS and CXXFLAGS
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9b4d4cb6c..afeac90d0 100644 --- a/configure.ac +++ b/configure.ac @@ -932,8 +932,6 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [ # but never used, see STR #2147) # CFLAGS="-mwindows -D_WIN32 -DUSE_OPENGL32 $CFLAGS" # CXXFLAGS="-mwindows -D_WIN32 -DUSE_OPENGL32 $CXXFLAGS" - CFLAGS="-mwindows $CFLAGS" - CXXFLAGS="-mwindows $CXXFLAGS" LDFLAGS="-mwindows $LDFLAGS" DSOFLAGS="-mwindows $DSOFLAGS" LIBS="$LIBS -lole32 -luuid -lcomctl32 -lws2_32" |
