more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. r=josh r=pinkerton r=cls sr=bryner a=brendan

This commit is contained in:
joshmoz%gmail.com 2005-06-01 18:48:04 +00:00
Родитель 8e1594a843
Коммит fad47e58db
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,10 @@ endif
endif
ifdef MACOS_SDK_DIR
# xpidl is for the build host, pull out the cross-compilation stuff
NEXT_ROOT=
OS_CFLAGS := $(shell echo $(OS_CFLAGS)|sed -E -e "s%((-I|-isystem )$(MACOS_SDK_DIR)/usr/(include|lib/gcc)[^ ]*)|-F$(MACOS_SDK_DIR)(/System)?/Library/Frameworks[^ ]*|-nostdinc[^ ]*%%g")
OS_CFLAGS := $(patsubst -I$(MACOS_SDK_DIR)%,-I%,$(OS_CFLAGS))
OS_LIBS := $(patsubst -L$(MACOS_SDK_DIR)/usr/lib%,,$(OS_LIBS))
endif

Просмотреть файл

@ -109,7 +109,7 @@ include $(topsrcdir)/config/rules.mk
# convert AppleScript dictionary .sdef file into .r format, and thence to .rsrc
SDP_TOOL = /Developer/Tools/sdp
SDP_TOOL = $(SDP)
REZ_TOOL = /Developer/Tools/Rez
SDEF_SRC = $(srcdir)/mozilla.sdef
RES_DEST = mozillaSuite.r