mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Updated stub and sample plugin makefiles for latest TF2 update (bug 4372, r=dvander).
This commit is contained in:
parent
91d3678058
commit
be3e9082af
@ -60,7 +60,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
|
|||||||
METAMOD = $(MMSOURCE18)/core
|
METAMOD = $(MMSOURCE18)/core
|
||||||
INCLUDE += -I$(HL2SDK)/public/game/server
|
INCLUDE += -I$(HL2SDK)/public/game/server
|
||||||
SRCDS = $(SRCDS_BASE)/orangebox
|
SRCDS = $(SRCDS_BASE)/orangebox
|
||||||
LIB_SUFFIX = _i486.so
|
LIB_PREFIX = lib
|
||||||
|
LIB_SUFFIX = .so
|
||||||
override ENGSET = true
|
override ENGSET = true
|
||||||
endif
|
endif
|
||||||
ifeq "$(ENGINE)" "left4dead"
|
ifeq "$(ENGINE)" "left4dead"
|
||||||
|
|||||||
@ -60,7 +60,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
|
|||||||
METAMOD = $(MMSOURCE18)/core
|
METAMOD = $(MMSOURCE18)/core
|
||||||
INCLUDE += -I$(HL2SDK)/public/game/server
|
INCLUDE += -I$(HL2SDK)/public/game/server
|
||||||
SRCDS = $(SRCDS_BASE)/orangebox
|
SRCDS = $(SRCDS_BASE)/orangebox
|
||||||
LIB_SUFFIX = _i486.so
|
LIB_PREFIX = lib
|
||||||
|
LIB_SUFFIX = .so
|
||||||
override ENGSET = true
|
override ENGSET = true
|
||||||
endif
|
endif
|
||||||
ifeq "$(ENGINE)" "left4dead"
|
ifeq "$(ENGINE)" "left4dead"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user