--- old/make/windows/makefiles/debug.make 2010-09-22 14:08:40.513462719 +0200 +++ new/make/windows/makefiles/debug.make 2010-09-22 14:08:40.245964113 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 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 @@ -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 @@ -59,3 +60,4 @@ !include $(WorkSpace)/make/windows/makefiles/shared.make !include $(WorkSpace)/make/windows/makefiles/sa.make +!include $(WorkSpace)/make/windows/makefiles/launcher.make