PERFORCE change 91886 for review

Todd Miller millert at FreeBSD.org
Thu Feb 16 06:27:39 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91886

Change 91886 by millert at millert_g4tower on 2006/02/16 14:26:54

	Grab MAC Framework includes from source dir, not system include dir.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/relabel_gui/relabel_gui.pbproj/project.pbxproj#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/relabel_gui/relabel_gui.pbproj/project.pbxproj#4 (text+ko) ====

@@ -173,7 +173,7 @@
 				HEADER_SEARCH_PATHS = "";
 				INSTALL_PATH = "/Applications";
 				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = "-I../..";
+				OTHER_CFLAGS = "-I../.. -I../../../darwin/xnu/BUILD/obj/EXPORT_HDRS/bsd -idirafter ../../../darwin/xnu/BUILD/obj/EXPORT_HDRS/osfmk";
 				OTHER_LDFLAGS = "../../libselinux/src/libselinux.a ../../../darwin/libmac/libmac.a";
 				PRODUCT_NAME = relabel;
 				SECTORDER_FLAGS = "";


More information about the p4-projects mailing list