Added pm_shared to include directories so this can compile on Linux again

This commit is contained in:
Scott Ehlert 2006-04-30 07:28:39 +00:00
parent 0071d73e25
commit 7883710bf6

View File

@ -20,7 +20,7 @@ OBJECTS = sdk/amxxmodule.cpp dllfunc.cpp engfunc.cpp fakemeta_amxx.cpp pdata.cpp
LINK =
INCLUDE = -I. -I$(HLSDK) -I$(HLSDK)/dlls -I$(HLSDK)/engine -I$(HLSDK)/game_shared -I$(HLSDK)/game_shared \
-I$(MM_ROOT) -I$(HLSDK)/common
-I$(MM_ROOT) -I$(HLSDK)/common -I$(HLSDK)/pm_shared
ifeq "$(DEBUG)" "true"
BIN_DIR = Debug