IOQ3 commit 2249

This commit is contained in:
Richard Allen 2012-10-04 14:20:21 +00:00
parent 08571963a0
commit 994d53bc34
1 changed files with 0 additions and 4 deletions

View File

@ -385,10 +385,6 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
CLIENT_LIBS += -lrt
endif
ifeq ($(USE_LOCAL_HEADERS),1)
CLIENT_CFLAGS += -I$(SDLHDIR)/include
endif
ifeq ($(USE_FREETYPE),1)
BASE_CFLAGS += $(FREETYPE_CFLAGS)
endif