From 9ae456b9d175c32120ea02584cfda6f389638320 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 18 Nov 2008 06:00:31 -0600 Subject: [PATCH] Updated makefiles to link against binaries at l4d directory instead of l4d_demo --- core/Makefile | 2 +- extensions/bintools/Makefile | 2 +- extensions/clientprefs/Makefile | 2 +- extensions/cstrike/Makefile | 2 +- extensions/geoip/Makefile | 2 +- extensions/mysql/Makefile | 2 +- extensions/regex/Makefile | 2 +- extensions/sdktools/Makefile | 2 +- extensions/sqlite/Makefile | 2 +- extensions/structs/Makefile | 2 +- extensions/tf2/Makefile | 2 +- extensions/topmenus/Makefile | 2 +- public/mms_sample_ext/Makefile | 2 +- public/sample_ext/Makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/core/Makefile b/core/Makefile index b88a12a3..8e17b678 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 diff --git a/extensions/bintools/Makefile b/extensions/bintools/Makefile index 2d1ccf68..a476a513 100644 --- a/extensions/bintools/Makefile +++ b/extensions/bintools/Makefile @@ -58,7 +58,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 override ENGSET = true endif diff --git a/extensions/clientprefs/Makefile b/extensions/clientprefs/Makefile index 3838ebed..6c9bec88 100644 --- a/extensions/clientprefs/Makefile +++ b/extensions/clientprefs/Makefile @@ -58,7 +58,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 override ENGSET = true endif diff --git a/extensions/cstrike/Makefile b/extensions/cstrike/Makefile index 082ee567..6b807f57 100644 --- a/extensions/cstrike/Makefile +++ b/extensions/cstrike/Makefile @@ -58,7 +58,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 override ENGSET = true endif diff --git a/extensions/geoip/Makefile b/extensions/geoip/Makefile index 653a80cf..47198287 100644 --- a/extensions/geoip/Makefile +++ b/extensions/geoip/Makefile @@ -58,7 +58,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 override ENGSET = true endif diff --git a/extensions/mysql/Makefile b/extensions/mysql/Makefile index a6b30874..8ba038d3 100644 --- a/extensions/mysql/Makefile +++ b/extensions/mysql/Makefile @@ -62,7 +62,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 override ENGSET = true endif diff --git a/extensions/regex/Makefile b/extensions/regex/Makefile index 36cb464a..feb1dda6 100644 --- a/extensions/regex/Makefile +++ b/extensions/regex/Makefile @@ -58,7 +58,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 override ENGSET = true endif diff --git a/extensions/sdktools/Makefile b/extensions/sdktools/Makefile index f9102218..884ddab6 100644 --- a/extensions/sdktools/Makefile +++ b/extensions/sdktools/Makefile @@ -61,7 +61,7 @@ ifeq "$(ENGINE)" "left4dead" CFLAGS += -DSOURCE_ENGINE=4 METAMOD = $(SOURCEMM16) INCLUDE += -I$(HL2SDK)/public/game/server -I$(HL2SDK)/common - SRCDS = $(SRCDS_BASE)/l4d_demo + SRCDS = $(SRCDS_BASE)/l4d override ENGSET = true endif diff --git a/extensions/sqlite/Makefile b/extensions/sqlite/Makefile index b59f96fb..5ad75831 100644 --- a/extensions/sqlite/Makefile +++ b/extensions/sqlite/Makefile @@ -78,7 +78,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 override ENGSET = true endif diff --git a/extensions/structs/Makefile b/extensions/structs/Makefile index 833b27c5..bab4781b 100644 --- a/extensions/structs/Makefile +++ b/extensions/structs/Makefile @@ -58,7 +58,7 @@ ifeq "$(ENGINE)" "left4dead" CFLAGS += -DSOURCE_ENGINE=4 METAMOD = $(SOURCEMM16) INCLUDE += -I$(HL2SDK)/public/game/server -I$(HL2SDK)/game/shared - SRCDS = $(SRCDS_BASE)/l4d_demo + SRCDS = $(SRCDS_BASE)/l4d override ENGSET = true endif diff --git a/extensions/tf2/Makefile b/extensions/tf2/Makefile index 341bc165..f8bb36e7 100644 --- a/extensions/tf2/Makefile +++ b/extensions/tf2/Makefile @@ -59,7 +59,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 override ENGSET = true endif diff --git a/extensions/topmenus/Makefile b/extensions/topmenus/Makefile index 2f76c05b..a2801060 100644 --- a/extensions/topmenus/Makefile +++ b/extensions/topmenus/Makefile @@ -59,7 +59,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 override ENGSET = true endif diff --git a/public/mms_sample_ext/Makefile b/public/mms_sample_ext/Makefile index 7fc77a6a..5efbca8b 100644 --- a/public/mms_sample_ext/Makefile +++ b/public/mms_sample_ext/Makefile @@ -55,7 +55,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 override ENGSET = true endif diff --git a/public/sample_ext/Makefile b/public/sample_ext/Makefile index 3c1afc2b..2fdc6260 100644 --- a/public/sample_ext/Makefile +++ b/public/sample_ext/Makefile @@ -58,7 +58,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 override ENGSET = true endif