jdk/make/sun/native2ascii/Makefile
changeset 3111 fefdeafb7ab9
parent 2 90ce3da70b43
child 4665 d14dc3d9e1fa
equal deleted inserted replaced
2790:e9771c308d06 3111:fefdeafb7ab9
    31 PACKAGE = sun.tools.native2ascii
    31 PACKAGE = sun.tools.native2ascii
    32 PRODUCT = sun
    32 PRODUCT = sun
    33 OTHER_JAVACFLAGS += -Xlint:serial -Werror
    33 OTHER_JAVACFLAGS += -Xlint:serial -Werror
    34 include $(BUILDDIR)/common/Defs.gmk
    34 include $(BUILDDIR)/common/Defs.gmk
    35 
    35 
       
    36 # This program must contain a manifest that defines the execution level
       
    37 # needed to follow standard Vista User Access Control Guidelines
       
    38 # This must be set before Program.gmk is included
       
    39 #
       
    40 BUILD_MANIFEST=true
       
    41 
       
    42 
    36 #
    43 #
    37 # Files
    44 # Files
    38 #
    45 #
    39 FILES_java = \
    46 FILES_java = \
    40 	sun/tools/native2ascii/Main.java \
    47 	sun/tools/native2ascii/Main.java \