diff 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
line wrap: on
line diff
--- a/make/windows/makefiles/defs.make	Wed Nov 26 09:24:57 2008 -0800
+++ b/make/windows/makefiles/defs.make	Thu Nov 27 18:19:23 2008 -0800
@@ -119,7 +119,7 @@
 # we want to release it.  If we build it here,
 # the SDK makefiles will copy it over and put it into
 # the created image.
-BUILD_WIN_SA = 0
+BUILD_WIN_SA = 1
 ifneq ($(ALT_BUILD_WIN_SA),)
   BUILD_WIN_SA = $(ALT_BUILD_WIN_SA)
 endif