jdk/make/jpda/tty/Makefile
changeset 3111 fefdeafb7ab9
parent 2 90ce3da70b43
child 4665 d14dc3d9e1fa
--- a/jdk/make/jpda/tty/Makefile	Thu May 14 10:58:07 2009 -0700
+++ b/jdk/make/jpda/tty/Makefile	Fri Jun 12 14:56:32 2009 -0400
@@ -33,6 +33,12 @@
 PROGRAM = jdb
 include $(BUILDDIR)/common/Defs.gmk
 
+# This program must contain a manifest that defines the execution level
+# needed to follow standard Vista User Access Control Guidelines
+# This must be set before Program.gmk is included
+#
+BUILD_MANIFEST=true
+
 #
 # Java Files to compile are found automatically.
 #