add include/core to header path for release build
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 11 May 2011 05:10:16 +0000 (05:10 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 11 May 2011 05:10:16 +0000 (05:10 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1295 2bbb7eff-a529-9590-31e7-b0007b416f81

xcode/gpu/gpu.xcodeproj/project.pbxproj

index ab37ab8..ec49dbf 100644 (file)
                                ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
                                GCC_C_LANGUAGE_STANDARD = gnu99;
                                GCC_PREPROCESSOR_DEFINITIONS = (
+                                       SK_RELEASE,
                                        "GR_IMPLMENTATION=1",
                                        "GR_RELEASE=1",
                                );
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
+                               HEADER_SEARCH_PATHS = (
+                                       ../../include/core,
+                                       ../../include/config,
+                               );
                                PREBINDING = NO;
                                SDKROOT = macosx10.6;
                        };