Updated Makefile for latest OB Valve (bug 4372, r=dvander, a=blocking).

This commit is contained in:
Fyren 2010-04-28 23:19:40 -07:00
parent 32c3251b15
commit c4fd522ffb

View File

@ -53,7 +53,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
INCLUDE += -I$(HL2SDK)/public/game/server
SRCDS = $(SRCDS_BASE)/orangebox
BINARY = metamod.2.ep2v.so
LIB_SUFFIX = _i486.so
LIB_PREFIX = lib
LIB_SUFFIX = .so
override ENGSET = true
endif
ifeq "$(ENGINE)" "left4dead"