diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:45:44 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:45:44 +1000 |
| commit | bcf5198fef31f049e914629a1035778b1cfd2e00 (patch) | |
| tree | 8cf773a3ff21a65e390b6f5b8aae40035a9ac3eb /cocoa/ScintillaTest/ScintillaTest.xcodeproj | |
| parent | 4ebd8b6024c5653f10810f3df4f0cf823c41b30f (diff) | |
| download | scintilla-mirror-bcf5198fef31f049e914629a1035778b1cfd2e00.tar.gz | |
Use headers from framework instead of from relative paths.
This checks that the Scintilla framework exposes headers correctly.
Diffstat (limited to 'cocoa/ScintillaTest/ScintillaTest.xcodeproj')
| -rw-r--r-- | cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index 3dde4fe9d..ff962ef69 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -298,7 +298,7 @@ SCI_LEXER, SCI_NAMESPACE, ); - HEADER_SEARCH_PATHS = "../..//**"; + HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(inherited)"; @@ -324,7 +324,7 @@ SCI_LEXER, SCI_NAMESPACE, ); - HEADER_SEARCH_PATHS = "../..//**"; + HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(inherited)"; |
