aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/SciTest/SciTest.xcode/project.pbxproj
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-15 16:17:53 +1000
committernyamatongwe <devnull@localhost>2010-07-15 16:17:53 +1000
commit68b04ac39c8fe8770cf7888608ae9480881c6e20 (patch)
tree233af8a6c9445da2e1fb3fee1f4c9a4b92ca8e58 /macosx/SciTest/SciTest.xcode/project.pbxproj
parent788f3b8d784e83b9a5a781bccc91dba6c6a3fc18 (diff)
downloadscintilla-mirror-68b04ac39c8fe8770cf7888608ae9480881c6e20.tar.gz
For lexer objects added lexlib as a headers search directory.
Diffstat (limited to 'macosx/SciTest/SciTest.xcode/project.pbxproj')
-rw-r--r--macosx/SciTest/SciTest.xcode/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/SciTest/SciTest.xcode/project.pbxproj b/macosx/SciTest/SciTest.xcode/project.pbxproj
index 6a3580563..477d269d0 100644
--- a/macosx/SciTest/SciTest.xcode/project.pbxproj
+++ b/macosx/SciTest/SciTest.xcode/project.pbxproj
@@ -184,6 +184,7 @@
..,
../../include,
../../src,
+ ../../lexlib,
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
@@ -218,6 +219,7 @@
..,
../../include,
../../src,
+ ../../lexlib,
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";