Changeset 49008 in webkit for trunk/JavaScriptCore/Configurations
- Timestamp:
- Oct 1, 2009, 7:50:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r48400 r49008 29 29 // Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature. 30 30 31 ENABLE_3D_CANVAS = ; 31 ENABLE_3D_CANVAS = $(ENABLE_3D_CANVAS_$(MAC_OS_X_VERSION_MAJOR)); 32 ENABLE_3D_CANVAS_1050 = ENABLE_3D_CANVAS; 33 ENABLE_3D_CANVAS_1060 = ENABLE_3D_CANVAS; 32 34 33 35 ENABLE_3D_RENDERING = $(ENABLE_3D_RENDERING_$(MAC_OS_X_VERSION_MAJOR));
Note:
See TracChangeset
for help on using the changeset viewer.