Updated makefiles to link against binaries at l4d directory instead of l4d_demo

This commit is contained in:
Scott Ehlert
2008-11-18 06:00:31 -06:00
parent 5bbeddc134
commit 9ae456b9d1
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ ifeq "$(ENGINE)" "left4dead"
CFLAGS += -DSOURCE_ENGINE=4
METAMOD = $(SOURCEMM16)
INCLUDE += -I$(HL2SDK)/public/game/server
SRCDS = $(SRCDS_BASE)/l4d_demo
SRCDS = $(SRCDS_BASE)/l4d
BINARY = sourcemod.2.l4d.so
override ENGSET = true
endif