aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/ScintillaTest.xcodeproj
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-01-20 23:53:59 +0000
committernyamatongwe <unknown>2010-01-20 23:53:59 +0000
commit19823f881f3e5af9f2353fe6be1a2190ae071357 (patch)
tree57dd7368f3f734e04c41ea648d3483ecc0b4189e /cocoa/ScintillaTest/ScintillaTest.xcodeproj
parent757ad60c6b0a074c2240945e99e3d07c89acf89d (diff)
downloadscintilla-mirror-19823f881f3e5af9f2353fe6be1a2190ae071357.tar.gz
Updated to current version (28) of Scintilla Cocoa.
Diffstat (limited to 'cocoa/ScintillaTest/ScintillaTest.xcodeproj')
-rw-r--r--cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
index 25aabb608..d630e1da9 100644
--- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
+++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj
@@ -286,7 +286,10 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ScintillaTest_Prefix.pch;
- GCC_PREPROCESSOR_DEFINITIONS = "";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ SCI_LEXER,
+ SCI_NAMESPACE,
+ );
HEADER_SEARCH_PATHS = "../..//**";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
@@ -309,7 +312,10 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ScintillaTest_Prefix.pch;
- GCC_PREPROCESSOR_DEFINITIONS = "";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ SCI_LEXER,
+ SCI_NAMESPACE,
+ );
HEADER_SEARCH_PATHS = "../..//**";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";