Fixed sample ext makefiles for L4D Linux builds (bug 4681, r+a13=fyren).

This commit is contained in:
Scott Ehlert 2010-10-28 12:41:13 -07:00
parent 8e845b0a33
commit c4473acc4e
2 changed files with 4 additions and 2 deletions

View File

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

View File

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