bug 502193 - Apple Events support doesn't compile on mozilla-central after bug 363747, r=Standard8
This commit is contained in:
Родитель
501549dc02
Коммит
ac4c95b4a4
|
@ -305,7 +305,9 @@ libs:: $(PROGRAM)
|
|||
mkdir -p $(DIST)/$(APP_NAME).app/Contents/Plug-Ins
|
||||
rsync -a --copy-unsafe-links $(DIST)/package/PrintPDE.plugin $(DIST)/$(APP_NAME).app/Contents/Plug-Ins
|
||||
cp -RL $(srcdir)/../branding/icons/mac/*.icns $(DIST)/$(APP_NAME).app/Contents/Resources/
|
||||
ifdef MOZILLA_1_9_1_BRANCH
|
||||
cp -RL $(DIST)/package/mozillaSuite.rsrc $(DIST)/$(APP_NAME).app/Contents/Resources/$(PROGRAM).rsrc
|
||||
endif
|
||||
printf APPLMOZZ > $(DIST)/$(APP_NAME).app/Contents/PkgInfo
|
||||
# remove CVS dirs from packaged app
|
||||
find $(DIST)/$(APP_NAME).app -type d -name "CVS" -prune -exec rm -rf {} \;
|
||||
|
|
Загрузка…
Ссылка в новой задаче