Changeset 112562 in webkit for trunk/Source/JavaScriptCore/Configurations
- Timestamp:
- Mar 29, 2012, 12:37:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
r112496 r112562 1 // Copyright (C) 2011 Apple Inc. All rights reserved.1 // Copyright (C) 2011, 2012 Apple Inc. All rights reserved. 2 2 // 3 3 // Redistribution and use in source and binary forms, with or without … … 22 22 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 23 24 INSTALL_PATH = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources; 24 INSTALL_PATH = $(INSTALL_PATH_$(REAL_PLATFORM_NAME)); 25 INSTALL_PATH_iphoneos = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources; 26 INSTALL_PATH_iphonesimulator = $(INSTALL_PATH_iphoneos); 27 INSTALL_PATH_macosx = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Versions/A/Resources; 25 28 PRODUCT_NAME = $(TARGET_NAME); 26 29
Note:
See TracChangeset
for help on using the changeset viewer.