make/common/Defs-macosx.gmk

Print this page

        

*** 395,410 **** INCLUDE_SA = false else INCLUDE_SA = true endif ! ifdef CROSS_COMPILE_ARCH ! # X11 headers are not under /usr/include ! OTHER_CFLAGS += -I$(OPENWIN_HOME)/include ! OTHER_CXXFLAGS += -I$(OPENWIN_HOME)/include ! OTHER_CPPFLAGS += -I$(OPENWIN_HOME)/include ! endif LIB_LOCATION ?= $(LIBDIR) # Setting these parameters makes it an error to link to macosx APIs that are # newer than the given OS version and makes the linked binaries compatible even --- 395,408 ---- INCLUDE_SA = false else INCLUDE_SA = true endif ! # X11 headers are not under /usr/include ! OTHER_CFLAGS += -I$(OPENWIN_HOME)/include ! OTHER_CXXFLAGS += -I$(OPENWIN_HOME)/include ! OTHER_CPPFLAGS += -I$(OPENWIN_HOME)/include LIB_LOCATION ?= $(LIBDIR) # Setting these parameters makes it an error to link to macosx APIs that are # newer than the given OS version and makes the linked binaries compatible even