equal
deleted
inserted
replaced
31 PACKAGE = com.sun.tools.example.debug.tty |
31 PACKAGE = com.sun.tools.example.debug.tty |
32 PRODUCT = jpda |
32 PRODUCT = jpda |
33 PROGRAM = jdb |
33 PROGRAM = jdb |
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 |
36 # |
42 # |
37 # Java Files to compile are found automatically. |
43 # Java Files to compile are found automatically. |
38 # |
44 # |
39 AUTO_FILES_JAVA_DIRS = com/sun/tools/example/debug/tty |
45 AUTO_FILES_JAVA_DIRS = com/sun/tools/example/debug/tty |
40 |
46 |