Build fixes (bug 3948).

This commit is contained in:
David Anderson 2009-08-14 03:38:43 -04:00
parent aaae36dbd3
commit 434d458a54
2 changed files with 17 additions and 14 deletions

View File

@ -60,6 +60,8 @@ ifeq "$(ENGINE)" "orangeboxvalve"
INCLUDE += -I$(HL2SDK)/public/game/server
SRCDS = $(SRCDS_BASE)/orangebox
override ENGSET = true
USEMETA = true
CFLAGS += -DHOOKING-ENABLED
endif
ifeq "$(ENGINE)" "left4dead"
HL2SDK = $(HL2SDK_L4D)

View File

@ -69,6 +69,7 @@ namespace builder
folders.Add("addons/sourcemod/extensions/auto.2.darkm");
//folders.Add("addons/sourcemod/extensions/auto.2.ep1");
folders.Add("addons/sourcemod/extensions/auto.2.ep2");
folders.Add("addons/sourcemod/extensions/auto.2.ep2valve");
folders.Add("addons/sourcemod/extensions/auto.2.l4d");
folders.Add("addons/sourcemod/scripting/playercommands");
folders.Add("addons/metamod");