Windows Mobile Installer. r=ted

This commit is contained in:
John Wolfe 2009-02-03 20:35:24 -08:00
parent f75fea5152
commit 6ec14c726c

View File

@ -68,6 +68,11 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
_BINPATH = /$(_APPNAME)/Contents/Resources
endif
ifeq ($(OS_TARGET),WINCE)
MOZ_PKG_CAB_INF := $(srcdir)/wince/$(MOZ_APP_NAME).inf
MOZ_PKG_CAB_SCRIPT := $(srcdir)/wince/make-cab-package
endif
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
DEBDESTDIR=debian/$(MOZ_APP_NAME)
@ -91,3 +96,4 @@ deb: debian/control
dh_link; fakeroot dh_fixperms; fakeroot dh_installdeb; dh_shlibdeps; fakeroot dh_gencontrol; fakeroot dh_md5sums; dh_builddeb
endif