make/deploy-rules.gmk

changeset 230
1fa39984ba8c
parent 182
412712f77af6
child 233
810a461889ab
equal deleted inserted replaced
207:0df9c57eb80d 230:1fa39984ba8c
39 IMAGES_TARGET = 39 IMAGES_TARGET =
40 else 40 else
41 IMAGES_TARGET = images 41 IMAGES_TARGET = images
42 endif 42 endif
43 43
44 DEPLOY_BUILD_TARGETS = sanity javaws-all plugin-all 44 DEPLOY_BUILD_TARGETS = sanity deploy
45 # Only build 7-Zip LZMA file compression if it is available 45 # Only build 7-Zip LZMA file compression if it is available
46 # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available 46 # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
47 ifeq ($(ARCH_DATA_MODEL), 32) 47 ifeq ($(ARCH_DATA_MODEL), 32)
48 ifeq ($(PLATFORM), windows) 48 ifeq ($(PLATFORM), windows)
49 ifneq ($(KERNEL), off) 49 ifneq ($(KERNEL), off)

mercurial