X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=9c3d85ec4efb670b3e105fcd747c8cb53e90079f;hb=a046907b274eb0cfa9c10a4c68fb38255f96714c;hp=722d9831a1222d9c7251bd0e3b2c6a6b1d271fa7;hpb=637d07e46cc5104e76a428be3e8f27f85c8e1d63;p=thunder diff --git a/makefile b/makefile index 722d983..9c3d85e 100644 --- a/makefile +++ b/makefile @@ -12,9 +12,8 @@ SYSTYPE = __GCCWIN32__ EXESUFFIX = .exe GLLIB = -lopengl32 ICON = obj/icon.o -SDLLIBTYPE = --static-libs +SDLLIBTYPE = --libs MSG = Win32 on MinGW -EXTRA = -static else #ifeq "$(OSTYPE)" "darwin" @@ -52,7 +51,7 @@ CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno- LDFLAGS = # Ugh, let's get rid of the ref to -lcurses [DONE] -LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz -lm $(GLLIB) $(EXTRA) +LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz -lm $(GLLIB) INCS = -I. -Isrc