--- old/make/windows/makefiles/fastdebug.make 2010-09-22 14:34:09.013478365 +0200 +++ new/make/windows/makefiles/fastdebug.make 2010-09-22 14:34:08.709958408 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. +# 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 @@ -26,9 +26,10 @@ 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 @@ -60,3 +61,4 @@ !include $(WorkSpace)/make/windows/makefiles/shared.make !include $(WorkSpace)/make/windows/makefiles/sa.make +!include $(WorkSpace)/make/windows/makefiles/launcher.make