make/windows/makefiles/defs.make

changeset 891
b6272ef4a18f
parent 862
3c07cda72b7d
child 1840
fb57d4cf76c2
equal deleted inserted replaced
890:434912c745cf 891:b6272ef4a18f
117 117
118 # Disable building SA on windows until we are sure 118 # Disable building SA on windows until we are sure
119 # we want to release it. If we build it here, 119 # we want to release it. If we build it here,
120 # the SDK makefiles will copy it over and put it into 120 # the SDK makefiles will copy it over and put it into
121 # the created image. 121 # the created image.
122 BUILD_WIN_SA = 0 122 BUILD_WIN_SA = 1
123 ifneq ($(ALT_BUILD_WIN_SA),) 123 ifneq ($(ALT_BUILD_WIN_SA),)
124 BUILD_WIN_SA = $(ALT_BUILD_WIN_SA) 124 BUILD_WIN_SA = $(ALT_BUILD_WIN_SA)
125 endif 125 endif
126 126
127 ifeq ($(BUILD_WIN_SA), 1) 127 ifeq ($(BUILD_WIN_SA), 1)

mercurial