jdk/make/sun/jconsole/Makefile
changeset 3111 fefdeafb7ab9
parent 1247 b4c26443dee5
child 4115 e09be02771b6
equal deleted inserted replaced
2790:e9771c308d06 3111:fefdeafb7ab9
    29 
    29 
    30 BUILDDIR = ../..
    30 BUILDDIR = ../..
    31 PACKAGE = sun.tools.jconsole
    31 PACKAGE = sun.tools.jconsole
    32 PRODUCT = sun
    32 PRODUCT = sun
    33 include $(BUILDDIR)/common/Defs.gmk
    33 include $(BUILDDIR)/common/Defs.gmk
       
    34 
       
    35 # This program must contain a manifest that defines the execution level
       
    36 # needed to follow standard Vista User Access Control Guidelines
       
    37 # This must be set before Program.gmk is included
       
    38 #
       
    39 BUILD_MANIFEST=true
       
    40 
    34 
    41 
    35 JARFILE = $(LIBDIR)/jconsole.jar
    42 JARFILE = $(LIBDIR)/jconsole.jar
    36 
    43 
    37 OTHER_JAVACFLAGS += -encoding iso8859-1
    44 OTHER_JAVACFLAGS += -encoding iso8859-1
    38 
    45