mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Windows Mobile Installer. r=ted
This commit is contained in:
parent
f75fea5152
commit
6ec14c726c
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user