Changes

Jump to: navigation, search

Real World Mozilla First XPCOM Component

8 bytes added, 20:46, 27 February 2007
Makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = firstxpcom
DIRS = public \
src \
XPI_NAME = firstxpcom
# A Unique ID for your extension
INSTALL_EXTENSION_ID = firstxpcom@senecac.on.ca
# Will create a .xpi in /mozilla/$(MOZ_OBJDIR)/dist/xpi-stage/
XPI_PKGNAME = firstxpcom
# install.rdf will tell Firefox how to install our extension and
# this says, "copy install.rdf into our extension dir and xpi"
DIST_FILES = install.rdf
include $(topsrcdir)/config/rules.mk
XPI_NAME = firstxpcom
# The REQUIRES section tells make which modules your
# components uses. This causes the relevant subdirectories

Navigation menu