Updated stub and sample plugin makefiles for latest TF2 update (bug 4372, r=dvander).

This commit is contained in:
Scott Ehlert 2010-04-29 15:52:39 -04:00
parent 91d3678058
commit be3e9082af
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
METAMOD = $(MMSOURCE18)/core
INCLUDE += -I$(HL2SDK)/public/game/server
SRCDS = $(SRCDS_BASE)/orangebox
LIB_SUFFIX = _i486.so
LIB_PREFIX = lib
LIB_SUFFIX = .so
override ENGSET = true
endif
ifeq "$(ENGINE)" "left4dead"

View File

@ -60,7 +60,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
METAMOD = $(MMSOURCE18)/core
INCLUDE += -I$(HL2SDK)/public/game/server
SRCDS = $(SRCDS_BASE)/orangebox
LIB_SUFFIX = _i486.so
LIB_PREFIX = lib
LIB_SUFFIX = .so
override ENGSET = true
endif
ifeq "$(ENGINE)" "left4dead"