mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
sdl1111111111111111111111111111
This commit is contained in:
parent
febd62a4bc
commit
af7fa1784d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -432,7 +432,7 @@ ifeq ($(PLATFORM),freebsd)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_SDL),1)
|
||||
BASE_CFLAGS += $(shell sdl11-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
|
||||
BASE_CFLAGS += $(shell sdl-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),axp)
|
||||
|
@ -463,7 +463,7 @@ ifeq ($(PLATFORM),freebsd)
|
|||
CLIENT_LDFLAGS =
|
||||
|
||||
ifeq ($(USE_SDL),1)
|
||||
CLIENT_LDFLAGS += $(shell sdl11-config --libs)
|
||||
CLIENT_LDFLAGS += $(shell sdl-config --libs)
|
||||
else
|
||||
CLIENT_LDFLAGS += -L/usr/X11R6/$(LIB) -lGL -lX11 -lXext -lXxf86dga -lXxf86vm
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue