Fixed building with newly updated SDK.

Former-commit-id: bf0455aea7c54493b2b921a2fef52120163e0959
This commit is contained in:
Scott Ehlert
2013-09-05 19:51:52 -05:00
parent 2a458530b7
commit 568bec17fc
60 changed files with 243 additions and 233 deletions

View File

@ -5,7 +5,7 @@
### EDIT THESE PATHS FOR YOUR OWN SETUP ###
###########################################
HLSDK = ../../../hlsdk/multiplayer
HLSDK = ../../../hlsdk
MM_ROOT = ../../../metamod/metamod
#####################################
@ -31,7 +31,7 @@ CPP_OSX = clang
LINK =
INCLUDE = -I. -I$(HLSDK) -I$(HLSDK)/common -I$(HLSDK)/dlls -I$(HLSDK)/engine -I$(HLSDK)/game_shared \
-I$(MM_ROOT) -Isdk
-I$(HLSDK)/public -I$(MM_ROOT) -Isdk
################################################
### DO NOT EDIT BELOW HERE FOR MOST PROJECTS ###