Fixed Linux and Mac builds.

Former-commit-id: 6f39588049f51abf92164ec7a79b0b9c0688f3c5
This commit is contained in:
Scott Ehlert 2013-06-16 12:55:22 -05:00
parent f606adfa69
commit f6ff4796b2

View File

@ -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)/pm_shared -I$(MM_ROOT) -Isdk
################################################
### DO NOT EDIT BELOW HERE FOR MOST PROJECTS ###