make/windows/makefiles/fastdebug.make

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

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2008, 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.

@@ -24,13 +24,14 @@
 
 HS_INTERNAL_NAME=jvm
 HS_FNAME=$(HS_INTERNAL_NAME).dll
 AOUT=$(HS_FNAME)
 SAWINDBG=sawindbg.dll
+LAUNCHER_NAME=fusion.exe
 GENERATED=../generated
 
-default:: _build_pch_file.obj $(AOUT) checkAndBuildSA
+default:: _build_pch_file.obj $(AOUT) $(LAUNCHER_NAME) checkAndBuildSA 
 
 !include ../local.make
 !include compile.make
 
 CPP_FLAGS=$(CPP_FLAGS) $(FASTDEBUG_OPT_OPTION)

@@ -58,5 +59,6 @@
 !endif
 
 
 !include $(WorkSpace)/make/windows/makefiles/shared.make
 !include $(WorkSpace)/make/windows/makefiles/sa.make
+!include $(WorkSpace)/make/windows/makefiles/launcher.make