make/deploy-rules.gmk

changeset 307
e2370dfcc721
parent 280
024a6755895b
child 313
a1c8b847b753
equal deleted inserted replaced
306:df3abd560cbd 307:e2370dfcc721
62 ifeq ($(PLATFORM), windows) 62 ifeq ($(PLATFORM), windows)
63 DEPLOY_BUILD_TARGETS += jqs-all 63 DEPLOY_BUILD_TARGETS += jqs-all
64 endif 64 endif
65 endif 65 endif
66 endif 66 endif
67 67
68 ifneq ($(KERNEL), off) 68 ifeq ($(ARCH_DATA_MODEL), 32)
69 ifeq ($(ARCH_DATA_MODEL), 32) 69 ifeq ($(PLATFORM), windows)
70 ifeq ($(PLATFORM), windows) 70 # Only set up to use UPX compression if it is available
71 # Only set up to use UPX compression if it is available 71 UP_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/upx ] ; then \
72 UP_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/upx ] ; then \ 72 $(ECHO) true ; \
73 $(ECHO) true ; \ 73 else \
74 else \ 74 $(ECHO) false ; \
75 $(ECHO) false ; \ 75 fi )
76 fi ) 76 ifeq ($(UP_TMP), true)
77 ifeq ($(UP_TMP), true) 77 DEPLOY_BUILD_TARGETS += cmd-comp-all
78 DEPLOY_BUILD_TARGETS += cmd-comp-all
79 endif
80 endif 78 endif
81 endif 79 endif
82 endif 80 endif
83 81
84 82

mercurial