make/windows/makefiles/product.make

Print this page
rev 1705 : 6981484: Update development launcher
Summary: Added a new launcher called fusion

*** 1,7 **** # ! # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- # ! # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 23,35 **** # HS_INTERNAL_NAME=jvm HS_FNAME=$(HS_INTERNAL_NAME).dll AOUT=$(HS_FNAME) GENERATED=../generated ! default:: _build_pch_file.obj $(AOUT) checkAndBuildSA !include ../local.make !include compile.make CPP_FLAGS=$(CPP_FLAGS) $(PRODUCT_OPT_OPTION) --- 23,36 ---- # HS_INTERNAL_NAME=jvm HS_FNAME=$(HS_INTERNAL_NAME).dll AOUT=$(HS_FNAME) + LAUNCHER_NAME=fusion.exe GENERATED=../generated ! default:: _build_pch_file.obj $(AOUT) $(LAUNCHER_NAME) checkAndBuildSA !include ../local.make !include compile.make CPP_FLAGS=$(CPP_FLAGS) $(PRODUCT_OPT_OPTION)
*** 68,72 **** --- 69,74 ---- $(MT) /manifest $@.manifest /outputresource:$@;#2 !endif !include $(WorkSpace)/make/windows/makefiles/shared.make !include $(WorkSpace)/make/windows/makefiles/sa.make + !include $(WorkSpace)/make/windows/makefiles/launcher.make