diff options
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 8fd59fb86..d11b4a7ad 100644 --- a/win32/makefile +++ b/win32/makefile @@ -25,7 +25,7 @@ endif vpath %.h ../src ../include vpath %.cxx ../src -LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid +LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid -mno-cygwin # Add -MMD to get dependencies #CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti INCLUDEDIRS=-I ../include -I ../src |