Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser.

git-svn-id: svn://10.0.0.236/trunk@144519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-07-07 18:22:04 +00:00
parent 91c5e0e44b
commit 90fc296e45
6 changed files with 12 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ install-plugin: build-plugin
resources: $(RESOURCE_FILES)
build-plugin: resources
pbxbuild -target $(TARGET) -buildstyle $(BUILDSTYLE)
$(PBBUILD) -target $(TARGET) -buildstyle $(BUILDSTYLE)
_%.rsrc: %.rsrc
$(ASDECODE) $< $@