make/launcher/Launcher-java.desktop.gmk
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 47314 743814386712
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    24 #
    24 #
    25 
    25 
    26 include LauncherCommon.gmk
    26 include LauncherCommon.gmk
    27 
    27 
    28 # Hook to include the corresponding custom file, if present.
    28 # Hook to include the corresponding custom file, if present.
    29 $(eval $(call IncludeCustomExtension, jdk, launcher/Launcher-java.desktop.gmk))
    29 $(eval $(call IncludeCustomExtension, , launcher/Launcher-java.desktop.gmk))
    30 
    30 
    31 ifeq ($(ENABLE_HEADLESS_ONLY), false)
    31 ifeq ($(ENABLE_HEADLESS_ONLY), false)
    32   $(eval $(call SetupBuildLauncher, appletviewer, \
    32   $(eval $(call SetupBuildLauncher, appletviewer, \
    33       MAIN_CLASS := sun.applet.Main, \
    33       MAIN_CLASS := sun.applet.Main, \
    34       JAVA_ARGS := --add-modules ALL-DEFAULT, \
    34       JAVA_ARGS := --add-modules ALL-DEFAULT, \