jdk/make/common/Defs-windows.gmk
changeset 2055 e3166b387ec5
parent 1776 33e9405ab91b
child 2186 53da56fa3bf9
equal deleted inserted replaced
1952:dbdfa384e375 2055:e3166b387ec5
   396 
   396 
   397 ifeq ($(ARCH), ia64)
   397 ifeq ($(ARCH), ia64)
   398   # SA will never be supported here.
   398   # SA will never be supported here.
   399   INCLUDE_SA = false
   399   INCLUDE_SA = false
   400 else
   400 else
   401   # Hopefully, SA will be supported here one of these days,
   401   INCLUDE_SA = true
   402   # and these will be changed to true.  Until then,
       
   403   # to build SA on windows, do a control build with
       
   404   #    BUILD_WIN_SA=1
       
   405   # on the make command.
       
   406   ifdef BUILD_WIN_SA
       
   407     INCLUDE_SA = true
       
   408   else
       
   409     INCLUDE_SA = false
       
   410   endif
       
   411 endif
   402 endif
   412 
   403 
   413 # Settings for the VERSIONINFO tap on windows. 
   404 # Settings for the VERSIONINFO tap on windows. 
   414 VERSIONINFO_RESOURCE = $(BUILDDIR)/../src/windows/resource/version.rc
   405 VERSIONINFO_RESOURCE = $(BUILDDIR)/../src/windows/resource/version.rc
   415 
   406