From 73ea754640a7e14cc7945699b3ddfd54431d935e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 16 Aug 2008 23:24:25 +0000 Subject: [PATCH] Fixed not building because sdk stuff was moved around. --- dlls/hamsandwich/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hamsandwich/Makefile b/dlls/hamsandwich/Makefile index 85585cd2..cf14518b 100644 --- a/dlls/hamsandwich/Makefile +++ b/dlls/hamsandwich/Makefile @@ -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)