diff options
author | nyamatongwe <devnull@localhost> | 2010-07-15 16:17:53 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-15 16:17:53 +1000 |
commit | 68b04ac39c8fe8770cf7888608ae9480881c6e20 (patch) | |
tree | 233af8a6c9445da2e1fb3fee1f4c9a4b92ca8e58 /macosx/SciTest/SciTest.xcode/project.pbxproj | |
parent | 788f3b8d784e83b9a5a781bccc91dba6c6a3fc18 (diff) | |
download | scintilla-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.pbxproj | 2 |
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"; |