jdk/make/launcher/Launcher-java.desktop.gmk
changeset 33523 eb067bcd9414
parent 27565 729f9700483a
child 36511 9d0388c6b336
equal deleted inserted replaced
33522:8d13fc52c3c4 33523:eb067bcd9414
     1 #
     1 #
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    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, jdk, launcher/Launcher-java.desktop.gmk))
    30 
    30 
    31 ifndef BUILD_HEADLESS_ONLY
    31 ifndef BUILD_HEADLESS_ONLY
    32   $(eval $(call SetupLauncher,appletviewer, \
    32   $(eval $(call SetupBuildLauncher, appletviewer, \
    33       -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.applet.Main"$(COMMA) }',, \
    33       MAIN_CLASS := sun.applet.Main, \
    34       $(XLIBS)))
    34       LIBS_unix := $(X_LIBS), \
       
    35   ))
    35 endif
    36 endif
    36