Fixed not building because sdk stuff was moved around.

This commit is contained in:
David Anderson 2008-08-16 23:24:25 +00:00
parent ce9728af93
commit 73ea754640

View File

@ -24,7 +24,7 @@ call_funcs.cpp hook_create.cpp DataHandler.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$(HLSDK)/pm_shared -I./tableentries
-I$(MM_ROOT) -I$(HLSDK)/common -I$(HLSDK)/pm_shared -I./tableentries -Isdk
GCC_VERSION := $(shell $(CPP) -dumpversion >&1 | cut -b1)