diff options
| author | nyamatongwe <unknown> | 2010-07-15 16:17:53 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-07-15 16:17:53 +1000 | 
| commit | 29e1ed2702a1f65216d1a1eccba9aaaeea1d6539 (patch) | |
| tree | b4608d3e83a48225f290ba8f2c420bab875801a1 | |
| parent | 1a14aa1ba284d71510c5ea6171422eadd4717d6b (diff) | |
| download | scintilla-mirror-29e1ed2702a1f65216d1a1eccba9aaaeea1d6539.tar.gz | |
For lexer objects added lexlib as a headers search directory.
| -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"; | 
