| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Firebug
Revision: 61
Author: comrade693
Date: 03 Jul 2007 20:57:53
Changes:Issue 182 - Get firebug to build with Mozilla's build system. Also fixes Firebug lacks full chrome under FreeBSD (and probably any platform except Darwin, Linux, linux-gnu, and WINNT). r=hewitt
Files:| ... | ...@@ -1,47 +1,4 @@ | |
| 1 | 1 | # See license.txt for terms of usage |
| 2 | 2 | |
| 3 | DEPTH = ../../.. | |
| 4 | topsrcdir = @top_srcdir@ | |
| 5 | srcdir = @srcdir@ | |
| 6 | VPATH = @srcdir@ | |
| 7 | ||
| 8 | include $(DEPTH)/config/autoconf.mk | |
| 9 | ||
| 10 | MODULE = firebug | |
| 11 | ||
| 12 | XPI_NAME = firebug | |
| 13 | INSTALL_EXTENSION_ID = firebug@software.joehewitt.com | |
| 14 | XPI_PKGNAME = firebug | |
| 15 | USE_EXTENSION_MANIFEST = 1 | |
| 16 | ||
| 17 | DEFINES += -DAB_CD=$(AB_CD) | |
| 18 | ||
| 19 | include $(topsrcdir)/config/rules.mk | |
| 20 | ||
| 21 | ifneq (en-US,$(AB_CD)) | |
| 22 | libs realchrome:: | |
| 23 | @echo "Comparing $(AB_CD) to en-US" | |
| 24 | @$(PERL) $(topsrcdir)/toolkit/locales/compare-locales.pl $(srcdir)/en-US $(srcdir)/$(AB_CD) | |
| 25 | endif | |
| 26 | ||
| 27 | # See license.txt for terms of usage | |
| 28 | ||
| 29 | DEPTH = ../../.. | |
| 30 | topsrcdir = @top_srcdir@ | |
| 31 | srcdir = @srcdir@ | |
| 32 | VPATH = @srcdir@ | |
| 33 | ||
| 34 | include $(DEPTH)/config/autoconf.mk | |
| 35 | ||
| 36 | MODULE = firebug | |
| 37 | XPIDL_MODULE = firebug | |
| 38 | XPI_NAME = firebug | |
| 39 | ||
| 40 | XPIDLSRCS = nsIFireBug.idl | |
| 41 | ||
| 42 | include $(topsrcdir)/config/rules.mk | |
| 43 | ||
| 44 | # See license.txt for terms of usage | |
| 45 | ||
| 46 | 3 | DEPTH = ../.. |
| 47 | 4 | topsrcdir = @top_srcdir@ |
| ... | ...@@ -1,11 +1,6 @@ | |
| 1 | #filter substitution | |
| 2 | ||
| 3 | 1 | firebug.jar: |
| 4 | % locale firebug @AB_CD@ %@AB_CD@/ | |
| 5 | @AB_CD@/firebug.dtd (@AB_CD/firebug.dtd) | |
| 6 | @AB_CD@/firebug.properties (@AB_CD/firebug.properties) | |
| 7 | firebug.jar: | |
| 8 | % content firebug %content/ | |
| 2 | % content firebug %content/ xpcnativewrappers=no | |
| 9 | 3 | % skin firebug classic/1.0 %skin/classic/ |
| 4 | % skin firebug-os classic/1.0 %skin/classic/win/ | |
| 10 | 5 | % overlay chrome://browser/content/browser.xul chrome://firebug/content/browserOverlay.xul |
| 11 | 6 | % overlay chrome://global/content/customizeToolbar.xul chrome://firebug/content/customizeToolbarOverlay.xul |
| ... | ...@@ -1 +1,3 @@ | |
| 0 | skin firebug-os classic/1.0 jar:chrome/firebug.jar!/skin/classic/ | |
| 0 | override chrome://firebug-os/skin/firebug.css jar:../../chrome/firebug.jar!/skin/classic/mac/firebug.css | |
| 1 | override chrome://firebug-os/skin/panel.css jar:../../chrome/firebug.jar!/skin/classic/mac/panel.css | |
| 2 | override chrome://firebug-os/skin/window.css jar:../../chrome/firebug.jar!/skin/classic/mac/window.css |