Skip to content

Commit 95865af

Browse files
committed
JSC: add libWTF.a from Build/ dir
1 parent 7c16af2 commit 95865af

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@
10771077
B6E69BB7166BD63D005EF4B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EB6105C86C6B00E6DF1B /* Foundation.framework */; };
10781078
B6E69BB8166BD63D005EF4B1 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; };
10791079
B6E69BB9166BD63D005EF4B1 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; };
1080-
B6E69BBA166BD63D005EF4B1 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8A4748D151A8306004123FF /* libWTF.a */; };
10811080
B6E69BD4166BD6C1005EF4B1 /* LLIntOffsetsExtractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F4680A114BA7F8200BFE272 /* LLIntOffsetsExtractor.cpp */; };
1081+
B6E69BFE166BDCE7005EF4B1 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6E69BFD166BDCE7005EF4B1 /* libWTF.a */; };
10821082
BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1839DB000F9297 /* ErrorConstructor.h */; };
10831083
BC02E90F0E1839DB000F9297 /* ErrorPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9070E1839DB000F9297 /* ErrorPrototype.h */; };
10841084
BC02E9110E1839DB000F9297 /* NativeErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9090E1839DB000F9297 /* NativeErrorConstructor.h */; };
@@ -1795,6 +1795,7 @@
17951795
A8E894330CD0603F00367179 /* JSGlobalObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSGlobalObject.h; sourceTree = "<group>"; };
17961796
B6E69BC4166BD63D005EF4B1 /* libJavaScriptCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJavaScriptCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
17971797
B6E69BDB166BD6C1005EF4B1 /* libJSCLLIntOffsetsExtractor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJSCLLIntOffsetsExtractor.a; sourceTree = BUILT_PRODUCTS_DIR; };
1798+
B6E69BFD166BDCE7005EF4B1 /* libWTF.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libWTF.a; path = ../Build/libWTF.a; sourceTree = "<group>"; };
17981799
BC021BF1136900C300FC5467 /* CompilerVersion.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = CompilerVersion.xcconfig; sourceTree = "<group>"; };
17991800
BC021BF2136900C300FC5467 /* ToolExecutable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ToolExecutable.xcconfig; sourceTree = "<group>"; };
18001801
BC02E9040E1839DB000F9297 /* ErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorConstructor.cpp; sourceTree = "<group>"; };
@@ -2002,11 +2003,11 @@
20022003
isa = PBXFrameworksBuildPhase;
20032004
buildActionMask = 2147483647;
20042005
files = (
2006+
B6E69BFE166BDCE7005EF4B1 /* libWTF.a in Frameworks */,
20052007
B6E69BB6166BD63D005EF4B1 /* CoreFoundation.framework in Frameworks */,
20062008
B6E69BB7166BD63D005EF4B1 /* Foundation.framework in Frameworks */,
20072009
B6E69BB8166BD63D005EF4B1 /* libicucore.dylib in Frameworks */,
20082010
B6E69BB9166BD63D005EF4B1 /* libobjc.dylib in Frameworks */,
2009-
B6E69BBA166BD63D005EF4B1 /* libWTF.a in Frameworks */,
20102011
);
20112012
runOnlyForDeploymentPostprocessing = 0;
20122013
};
@@ -2040,6 +2041,7 @@
20402041
0867D691FE84028FC02AAC07 /* JavaScriptCore */ = {
20412042
isa = PBXGroup;
20422043
children = (
2044+
B6E69BFD166BDCE7005EF4B1 /* libWTF.a */,
20432045
8604F4F2143A6C4400B295F5 /* ChangeLog */,
20442046
A718F8211178EB4B002465A7 /* create_regex_tables */,
20452047
937B63CC09E766D200A671DD /* DerivedSources.make */,
@@ -4900,7 +4902,10 @@
49004902
INFOPLIST_FILE = Info.plist;
49014903
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
49024904
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
4903-
LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF";
4905+
LIBRARY_SEARCH_PATHS = (
4906+
"$(SOURCE_ROOT)/../WTF",
4907+
"\"$(SRCROOT)/../Build\"",
4908+
);
49044909
OTHER_LDFLAGS = "";
49054910
PRODUCT_NAME = JavaScriptCore;
49064911
SDKROOT = iphoneos;
@@ -4920,7 +4925,10 @@
49204925
INFOPLIST_FILE = Info.plist;
49214926
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
49224927
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
4923-
LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF";
4928+
LIBRARY_SEARCH_PATHS = (
4929+
"$(SOURCE_ROOT)/../WTF",
4930+
"\"$(SRCROOT)/../Build\"",
4931+
);
49244932
OTHER_LDFLAGS = "";
49254933
PRODUCT_NAME = JavaScriptCore;
49264934
SDKROOT = iphoneos;
@@ -4940,7 +4948,10 @@
49404948
INFOPLIST_FILE = Info.plist;
49414949
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
49424950
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
4943-
LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF";
4951+
LIBRARY_SEARCH_PATHS = (
4952+
"$(SOURCE_ROOT)/../WTF",
4953+
"\"$(SRCROOT)/../Build\"",
4954+
);
49444955
OTHER_LDFLAGS = "";
49454956
PRODUCT_NAME = JavaScriptCore;
49464957
SDKROOT = iphoneos;
@@ -4960,7 +4971,10 @@
49604971
);
49614972
INFOPLIST_FILE = Info.plist;
49624973
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
4963-
LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF";
4974+
LIBRARY_SEARCH_PATHS = (
4975+
"$(SOURCE_ROOT)/../WTF",
4976+
"\"$(SRCROOT)/../Build\"",
4977+
);
49644978
OTHER_LDFLAGS = "";
49654979
PRODUCT_NAME = JavaScriptCore;
49664980
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)