Kaydet (Commit) f068f098 authored tarafından Patrick Luby's avatar Patrick Luby

Moved system inlude -I options from configuration files to here

üst 45b46acf
......@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
# $Revision: 1.36 $
# $Revision: 1.37 $
#
# last change: $Author: pluby $ $Date: 2001-03-13 10:18:14 $
# last change: $Author: pluby $ $Date: 2001-03-13 21:03:16 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -102,6 +102,10 @@ CC=cc
cc=cc
objc=cc
CFLAGS=-c $(INCLUDE)
.IF "$(shell uname -r)"!="1.2"
CFLAGS+=-I/System/Library/Frameworks/System.framework/Versions/B/Headers/bsd \
-I/System/Library/Frameworks/System.framework/Versions/B/Headers/c++
.ENDIF
CFLAGSCC=-pipe -traditional-cpp
OBJCFLAGS=-no-precomp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment