equal
deleted
inserted
replaced
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, \ |