Fix the chrome building process in the Python/DOM work. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@200369 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2006-06-19 23:13:14 +00:00
parent d643001e93
commit 005d79c748

View File

@@ -47,7 +47,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = pyxultest
ifdef MOZ_XUL_APP
ifdef MOZ_XULRUNNER
XPI_NAME = pyxultest
# Do I really want these?
#USE_EXTENSION_MANIFEST = 1
@@ -60,7 +60,3 @@ endif
PREF_JS_EXPORTS = $(srcdir)/pyxultest-prefs.js
include $(topsrcdir)/config/rules.mk
#xpi:
# zip -j $(DIST)/$(XPI_FILE)
# cd $(DIST); zip -r $(XPI_FILE) bin/chrome/pyxultest.jar