Raw Makefiles: Forgotten support for mingw32 libaries

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1003 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-01-13 21:16:18 +00:00
parent 52f1b21e24
commit 8636f63a4c
1 changed files with 2 additions and 0 deletions

View File

@ -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