Raw Makefiles: Forgotten support for mingw32 libaries
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1003 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
52f1b21e24
commit
8636f63a4c
|
@ -97,6 +97,8 @@ LDFLAGS+=-lSDL -lSDL_net -ljpeg -lpng -lz -lmad -lvorbisfile -lvorbis -logg -lph
|
|||
|
||||
ifeq ($(strip $(PLATFORM)),windows)
|
||||
LDFLAGS+=-lwsock32 -lwinmm -lglu32 -lopengl32 -lopenal32
|
||||
else ifeq ($(strip $(PLATFORM)),mingw32)
|
||||
LDFLAGS+=-lwsock32 -lwinmm -lglu32 -lopengl32 -lopenal32
|
||||
else
|
||||
LDFLAGS+=-lGLU -lGL -lopenal
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue