jdk/make/sun/jar/Makefile
changeset 3111 fefdeafb7ab9
parent 2 90ce3da70b43
child 4665 d14dc3d9e1fa
equal deleted inserted replaced
2790:e9771c308d06 3111:fefdeafb7ab9
    30 BUILDDIR = ../..
    30 BUILDDIR = ../..
    31 PACKAGE = sun.tools
    31 PACKAGE = sun.tools
    32 PRODUCT = sun
    32 PRODUCT = sun
    33 include $(BUILDDIR)/common/Defs.gmk
    33 include $(BUILDDIR)/common/Defs.gmk
    34 
    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 
       
    41 
    35 #
    42 #
    36 # Files
    43 # Files
    37 #
    44 #
    38 AUTO_FILES_JAVA_DIRS = sun/tools/jar
    45 AUTO_FILES_JAVA_DIRS = sun/tools/jar
    39 
    46