From d30f82d3fa0d52f56064d6ed0188be00119a973c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 26 Apr 2007 22:42:39 +0000 Subject: [PATCH] updated linux build to new layout --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40713 --- sourcepawn/jit/x86/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sourcepawn/jit/x86/Makefile b/sourcepawn/jit/x86/Makefile index 13bc56a1..55148aac 100644 --- a/sourcepawn/jit/x86/Makefile +++ b/sourcepawn/jit/x86/Makefile @@ -19,7 +19,8 @@ OBJECTS = dll_exports.cpp jit_x86.cpp opcode_helpers.cpp LINK = -static-libgcc -INCLUDE = -I. -I.. -I$(SMSDK)/public -I$(SMSDK)/public/sourcepawn +INCLUDE = -I. -I.. -I$(SMSDK)/public -I$(SMSDK)/public/sourcepawn \ + -I$(SMSDK)/public/jit -I$(SMSDK)/public/jit/x86 ifeq "$(DEBUG)" "true" BIN_DIR = Debug