diff options
| -rw-r--r-- | win32/makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index d34856b5d..56aed0ba0 100644 --- a/win32/makefile +++ b/win32/makefile @@ -21,7 +21,6 @@ CXX = clang++  CLANG_OPTS = -Wno-missing-braces -Wno-language-extension-token -Xclang -flto-visibility-public-std  else  # MinGW GCC -LDMINGW = -Wl,--enable-runtime-pseudo-reloc-v2 -Wl,--add-stdcall-alias  LIBSMINGW = -lstdc++  STRIPOPTION = -s  CXXSTD = gnu++0x @@ -39,7 +38,7 @@ vpath %.h ../src ../include ../lexlib  vpath %.cxx ../src ../lexlib ../lexers  vpath %.c ../lua/src -LDFLAGS=-shared -static -mwindows $(LDMINGW) +LDFLAGS=-shared -static -mwindows  LIBS=-lgdi32 -luser32 -limm32 -lole32 -luuid -loleaut32 -lmsimg32 $(LIBSMINGW)  # Add -MMD to get dependencies  INCLUDEDIRS=-I ../include -I ../src -I../lexlib  | 
