hotspot/make/windows/makefiles/sa.make
changeset 20385 eb45334d783c
parent 13873 7b72e3873785
child 20386 d0c34895af33
equal deleted inserted replaced
20384:49bfb2ec8f8f 20385:eb45334d783c
   106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE)
   106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE)
   107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
   107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
   108 SA_LFLAGS = $(SA_LFLAGS) -map -debug
   108 SA_LFLAGS = $(SA_LFLAGS) -map -debug
   109 !endif
   109 !endif
   110 
   110 
       
   111 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)
       
   112 
   111 # Note that we do not keep sawindbj.obj around as it would then
   113 # Note that we do not keep sawindbj.obj around as it would then
   112 # get included in the dumpbin command in build_vm_def.sh
   114 # get included in the dumpbin command in build_vm_def.sh
   113 
   115 
   114 # In VS2005 or VS2008 the link command creates a .manifest file that we want
   116 # In VS2005 or VS2008 the link command creates a .manifest file that we want
   115 # to insert into the linked artifact so we do not need to track it separately.
   117 # to insert into the linked artifact so we do not need to track it separately.