make/windows/makefiles/product.make

changeset 2327
cb2d0a362639
parent 2325
c760f78e0a53
child 2369
aa6e219afbf1
     1.1 --- a/make/windows/makefiles/product.make	Thu Dec 02 20:01:47 2010 +0100
     1.2 +++ b/make/windows/makefiles/product.make	Thu Dec 02 05:45:54 2010 -0800
     1.3 @@ -25,6 +25,7 @@
     1.4  HS_INTERNAL_NAME=jvm
     1.5  HS_FNAME=$(HS_INTERNAL_NAME).dll
     1.6  AOUT=$(HS_FNAME)
     1.7 +LAUNCHER_NAME=hotspot.exe
     1.8  GENERATED=../generated
     1.9  
    1.10  # Allow the user to turn off precompiled headers from the command line.
    1.11 @@ -32,7 +33,7 @@
    1.12  BUILD_PCH_FILE=_build_pch_file.obj
    1.13  !endif
    1.14  
    1.15 -default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
    1.16 +default:: $(BUILD_PCH_FILE) $(AOUT) $(LAUNCHER_NAME) checkAndBuildSA
    1.17  
    1.18  !include ../local.make
    1.19  !include compile.make
    1.20 @@ -73,3 +74,4 @@
    1.21  
    1.22  !include $(WorkSpace)/make/windows/makefiles/shared.make
    1.23  !include $(WorkSpace)/make/windows/makefiles/sa.make
    1.24 +!include $(WorkSpace)/make/windows/makefiles/launcher.make

mercurial