Updated Makefile and linux build for recent ep2v changes.

This commit is contained in:
Nicholas Hastings 2012-11-20 13:57:18 -05:00
parent ec8cfa3a7b
commit ac476072df
2 changed files with 8 additions and 1 deletions

View File

@ -100,6 +100,13 @@ endif
# if ENGINE is original or OB
ifneq (,$(filter original orangebox,$(ENGINE)))
LIB_SUFFIX = _i486.$(LIB_EXT)
else ifeq "$(ENGINE)" "orangeboxvalve"
LIB_PREFIX = lib
ifneq "$(OS)" "Darwin"
LIB_SUFFIX = _srv.$(LIB_EXT)
else
LIB_SUFFIX = .$(LIB_EXT)
endif
else
LIB_PREFIX = lib
LIB_SUFFIX = .$(LIB_EXT)