comparison make/windows/makefiles/product.make @ 427:3c07cda72b7d

6764892: VS2008 changes required to compile hotspot sources Summary: Minor changes required to build using the Visual Studio 2008 compiler Reviewed-by: kvn, ohair
author tbell
date Tue, 11 Nov 2008 22:01:08 -0800
parents d1605aabd0a1
children c18cbe5936b8
comparison
equal deleted inserted replaced
421:577f3a2e0662 427:3c07cda72b7d
59 sh $(WorkSpace)/make/windows/build_vm_def.sh 59 sh $(WorkSpace)/make/windows/build_vm_def.sh
60 $(LINK) @<< 60 $(LINK) @<<
61 $(LINK_FLAGS) /out:$@ /implib:$*.lib /def:vm.def $(Obj_Files) $(Res_Files) 61 $(LINK_FLAGS) /out:$@ /implib:$*.lib /def:vm.def $(Obj_Files) $(Res_Files)
62 << 62 <<
63 !endif 63 !endif
64 !if "$(MT)" != ""
65 # The previous link command created a .manifest file that we want to
66 # insert into the linked artifact so we do not need to track it
67 # separately. Use ";#2" for .dll and ";#1" for .exe:
68 $(MT) /manifest $@.manifest /outputresource:$@;#2
69 !endif
64 70
65 !include $(WorkSpace)/make/windows/makefiles/shared.make 71 !include $(WorkSpace)/make/windows/makefiles/shared.make
66 !include $(WorkSpace)/make/windows/makefiles/sa.make 72 !include $(WorkSpace)/make/windows/makefiles/sa.make