mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Oops, missed a bit
This commit is contained in:
parent
005f870ebe
commit
ed313e3606
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -499,7 +499,7 @@ ifeq ($(PLATFORM),mingw32)
|
|||
|
||||
BINEXT=.exe
|
||||
|
||||
LIBS= -lws2_32 -lwinmm
|
||||
LIBS= -lws2_32 -lwinmm -lpsapi
|
||||
CLIENT_LDFLAGS = -mwindows
|
||||
CLIENT_LIBS = -lgdi32 -lole32 -lopengl32
|
||||
|
||||
|
|
Loading…
Reference in a new issue