comparison make/windows/makefiles/defs.make @ 456:b6272ef4a18f

6743339: Enable building sa-jdi.jar and sawindbg.dll on Windows with hotspot build Summary: These changes enable the SA binaries build with hotspot build on Windows Reviewed-by: swamyv
author poonam
date Thu, 27 Nov 2008 18:19:23 -0800
parents 3c07cda72b7d
children fb57d4cf76c2
comparison
equal deleted inserted replaced
455:434912c745cf 456: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)