1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-18 07:52:32 +01:00

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 42688bbb28
commit 80910d9449

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"