Changeset 13200 for trunk/Makefile.shared
- Timestamp:
- 03/07/06 15:35:12 (3 years ago)
- Files:
-
- 1 modified
-
trunk/Makefile.shared (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.shared
r12902 r13200 4 4 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 5 5 6 debug d development dev develop: 6 debug d development dev develop: force 7 7 ../WebKitTools/Scripts/set-webkit-configuration --debug 8 8 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 9 9 10 release r deployment dep deploy: 10 release r deployment dep deploy: force 11 11 ../WebKitTools/Scripts/set-webkit-configuration --release 12 12 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) … … 14 14 clean: 15 15 xcodebuild -alltargets clean $(XCODE_OPTIONS) 16 17 force: ;