Changeset 104118 in webkit


Ignore:
Timestamp:
Jan 4, 2012 11:12:38 PM (12 years ago)
Author:
ddkilzer@apple.com
Message:

Remove HEADER_SEARCH_PATHS from Production configurations for gtest

Reviewed by Mark Rowe.

  • gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove

HEADER_SEARCH_PATHS from Production configurations to match
changes made for Debug and Release configurations in r104091.

Location:
trunk/Source/ThirdParty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ChangeLog

    r104091 r104118  
     12012-01-04  David Kilzer  <ddkilzer@apple.com>
     2
     3        Remove HEADER_SEARCH_PATHS from Production configurations for gtest
     4
     5        Reviewed by Mark Rowe.
     6
     7        * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
     8        HEADER_SEARCH_PATHS from Production configurations to match
     9        changes made for Debug and Release configurations in r104091.
     10
    1112012-01-04  David Kilzer  <ddkilzer@apple.com>
    212
  • trunk/Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj

    r104091 r104118  
    940940                                DYLIB_COMPATIBILITY_VERSION = 1;
    941941                                DYLIB_CURRENT_VERSION = 1;
    942                                 HEADER_SEARCH_PATHS = (
    943                                         ../,
    944                                         ../include/,
    945                                 );
    946942                                INFOPLIST_FILE = Resources/Info.plist;
    947943                                INFOPLIST_PREFIX_HEADER = "$(PROJECT_TEMP_DIR)/Version.h";
     
    958954                                GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
    959955                                GCC_SYMBOLS_PRIVATE_EXTERN = YES;
    960                                 HEADER_SEARCH_PATHS = (
    961                                         ../,
    962                                         ../include/,
    963                                 );
    964956                                PRODUCT_NAME = gtest;
    965957                        };
     
    970962                        baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */;
    971963                        buildSettings = {
    972                                 HEADER_SEARCH_PATHS = (
    973                                         ../,
    974                                         ../include/,
    975                                 );
    976964                                PRODUCT_NAME = gtest_main;
    977965                        };
     
    981969                        isa = XCBuildConfiguration;
    982970                        buildSettings = {
    983                                 HEADER_SEARCH_PATHS = ../;
    984971                                PRODUCT_NAME = "gtest_unittest-framework";
    985972                        };
     
    989976                        isa = XCBuildConfiguration;
    990977                        buildSettings = {
    991                                 HEADER_SEARCH_PATHS = ../;
    992978                                PRODUCT_NAME = gtest_unittest;
    993979                        };
Note: See TracChangeset for help on using the changeset viewer.