1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-22 13:19:40 +01:00

Same plugins build again.

This commit is contained in:
David Anderson 2008-11-14 04:47:29 -06:00
parent 5b81f97c52
commit e20e369836
2 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)