diff options
Diffstat (limited to 'cocoa/ScintillaTest/ScintillaTest.xcodeproj')
| -rw-r--r-- | cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 10 | 
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";  | 
