Changeset 469
- Timestamp:
- 12/05/08 15:14:16 (1 year ago)
- Files:
-
- trunk/uploadr/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/Makefile
r465 r469 130 130 @echo "Nothing happens if you don't give some arguments!" 131 131 @echo " win all, mac all: Build the whole thing" 132 @echo " build, mar: Build a single package or update but requires"132 @echo " packaging, mar: Build a single package or update but requires" 133 133 @echo " de-de, en-US, es-us, fr-fr, it-it, ko-kr, pt-br, or zh-hk" 134 134 … … 141 141 142 142 all-build: 143 make $(PLATFORM) de-de build144 make $(PLATFORM) en-US build145 make $(PLATFORM) es-us build146 make $(PLATFORM) fr-fr build147 make $(PLATFORM) it-it build148 make $(PLATFORM) ko-kr build149 make $(PLATFORM) pt-br build150 make $(PLATFORM) zh-hk build151 make $(PLATFORM) ja-jp build143 make $(PLATFORM) de-de packaging 144 make $(PLATFORM) en-US packaging 145 make $(PLATFORM) es-us packaging 146 make $(PLATFORM) fr-fr packaging 147 make $(PLATFORM) it-it packaging 148 make $(PLATFORM) ko-kr packaging 149 make $(PLATFORM) pt-br packaging 150 make $(PLATFORM) zh-hk packaging 151 make $(PLATFORM) ja-jp packaging 152 152 153 153 all-mar: … … 182 182 @echo "Building Japanese (ja-jp)" 183 183 184 build:184 packaging: 185 185 @echo "Build step" 186 186 @# Make sure the package directory exists