From e20e36983655cb2dfad5fda34a549bf1ec6127f8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 Nov 2008 04:47:29 -0600 Subject: [PATCH] Same plugins build again. --- sample_mm/Makefile | 6 +++--- stub_mm/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sample_mm/Makefile b/sample_mm/Makefile index 99596ca..e14ce05 100755 --- a/sample_mm/Makefile +++ b/sample_mm/Makefile @@ -4,8 +4,8 @@ #Edit these paths for your own setup. HL2SDK_ORIG = ../../hl2sdk HL2SDK_OB = ../../hl2sdk-ob -SOURCEMM14 = ../../sourcemm-1.4 -SOURCEMM16 = .. +SOURCEMM14 = ../core-1.4 +SOURCEMM16 = ../core SRCDS_BASE = ~/srcds #Edit these below for other projects. @@ -49,7 +49,7 @@ LINK += $(HL2LIB)/tier1_i486.a vstdlib_i486.so tier0_i486.so INCLUDE += -I$(HL2PUB) -I$(HL2PUB)/dlls -I$(HL2PUB)/engine -I$(HL2PUB)/tier0 \ -I$(HL2PUB)/tier1 -I$(HL2PUB)/vstdlib -I$(HL2SDK)/tier1 -I$(METAMOD) \ - -I$(METAMOD)/sourcehook -I$(METAMOD)/sourcemm + -I$(METAMOD)/sourcehook ifeq "$(DEBUG)" "true" BIN_DIR = Debug.$(ENGINE) diff --git a/stub_mm/Makefile b/stub_mm/Makefile index dcb03bb..49e89cf 100644 --- a/stub_mm/Makefile +++ b/stub_mm/Makefile @@ -4,8 +4,8 @@ #Edit these paths for your own setup. HL2SDK_ORIG = ../../hl2sdk HL2SDK_OB = ../../hl2sdk-ob -SOURCEMM14 = ../../sourcemm-1.4 -SOURCEMM16 = .. +SOURCEMM14 = ../core-1.4 +SOURCEMM16 = ../core SRCDS_BASE = ~/srcds #Edit these below for other projects. @@ -49,7 +49,7 @@ LINK += $(HL2LIB)/tier1_i486.a vstdlib_i486.so tier0_i486.so INCLUDE += -I$(HL2PUB) -I$(HL2PUB)/dlls -I$(HL2PUB)/engine -I$(HL2PUB)/tier0 \ -I$(HL2PUB)/tier1 -I$(HL2PUB)/vstdlib -I$(HL2SDK)/tier1 -I$(METAMOD) \ - -I$(METAMOD)/sourcehook -I$(METAMOD)/sourcemm + -I$(METAMOD)/sourcehook ifeq "$(DEBUG)" "true" BIN_DIR = Debug.$(ENGINE)