Fixed SDKTools Makefile (bug 3948).

This commit is contained in:
David Anderson 2009-08-14 04:05:38 -04:00
parent 19fd09c102
commit 65d34bdb55

View File

@ -60,7 +60,7 @@ ifeq "$(ENGINE)" "orangeboxvalve"
HL2LIB = $(HL2SDK)/lib/linux
CFLAGS += -DSOURCE_ENGINE=4
METAMOD = $(MMSOURCE17)/core
INCLUDE += -I$(HL2SDK)/public/game/server
INCLUDE += -I$(HL2SDK)/public/game/server -I$(HL2SDK)/common
SRCDS = $(SRCDS_BASE)/orangebox
override ENGSET = true
endif