Changeset 1429 in webkit for trunk/JavaScriptCore/JavaScriptCore.pbproj
- Timestamp:
- Jun 25, 2002, 10:31:18 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r1401 r1429 132 132 SECTORDER_FLAGS = ""; 133 133 USE_GCC3_PFE_SUPPORT = YES; 134 WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing- prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";134 WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter"; 135 135 WRAPPER_EXTENSION = framework; 136 136 }; … … 219 219 ); 220 220 isa = PBXHeadersBuildPhase; 221 runOnlyForDeploymentPostprocessing = 0; 221 222 }; 222 223 0867D69EFE84028FC02AAC07 = { … … 227 228 ); 228 229 isa = PBXResourcesBuildPhase; 230 runOnlyForDeploymentPostprocessing = 0; 229 231 }; 230 232 0867D69FFE84028FC02AAC07 = { … … 260 262 ); 261 263 isa = PBXSourcesBuildPhase; 264 runOnlyForDeploymentPostprocessing = 0; 262 265 }; 263 266 0867D6A0FE84028FC02AAC07 = { … … 267 270 ); 268 271 isa = PBXFrameworksBuildPhase; 272 runOnlyForDeploymentPostprocessing = 0; 269 273 }; 270 274 0867D6A2FE84028FC02AAC07 = { … … 273 277 ); 274 278 isa = PBXRezBuildPhase; 279 runOnlyForDeploymentPostprocessing = 0; 275 280 }; 276 281 0867D6A5FE840307C02AAC07 = { … … 1284 1289 neededFileNames = ( 1285 1290 ); 1291 runOnlyForDeploymentPostprocessing = 0; 1286 1292 shellPath = /bin/sh; 1287 1293 shellScript = "if [ -f ../configure.in ]; then make embed; fi";
Note:
See TracChangeset
for help on using the changeset viewer.