summaryrefslogtreecommitdiffstats
path: root/desktop/WinResTarget_soffice.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-29 21:43:41 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-30 00:01:36 +0100
commit3df5304ada4cec75072bc71f24ab82fe9b48d97c (patch)
tree99dba5737b1718643a31c067a0023024cda33275 /desktop/WinResTarget_soffice.mk
parentconfigure: remove newly unused variable MERGE_MODULES (diff)
downloadcore-3df5304ada4cec75072bc71f24ab82fe9b48d97c.tar.gz
core-3df5304ada4cec75072bc71f24ab82fe9b48d97c.zip
sysui: remove Package_icons
- rename main_app.ico to soffice.ico (in case the name is relevant?) - installer: hard-code path to sysui/desktop/icons/soffice.ico Change-Id: Iacd6e28201c3f8e69375e0bfc516542e86131912
Diffstat (limited to 'desktop/WinResTarget_soffice.mk')
-rw-r--r--desktop/WinResTarget_soffice.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/WinResTarget_soffice.mk b/desktop/WinResTarget_soffice.mk
index d9e870c1f2aa..e3b7927e2999 100644
--- a/desktop/WinResTarget_soffice.mk
+++ b/desktop/WinResTarget_soffice.mk
@@ -17,13 +17,13 @@ $(eval $(call gb_WinResTarget_set_include,soffice/launcher,\
$(eval $(call gb_WinResTarget_add_defs,soffice/launcher,\
-DRES_APP_NAME=soffice \
-DRES_APP_FILEDESC="$(PRODUCTNAME)" \
- -DRES_APP_ICON=icons/main_app.ico \
+ -DRES_APP_ICON=icons/soffice.ico \
-DVERVARIANT=$(LIBO_VERSION_PATCH) \
-DRES_APP_VENDOR="$(OOO_VENDOR)" \
))
$(eval $(call gb_WinResTarget_add_dependencies,soffice/launcher,\
- sysui/desktop/icons/main_app.ico \
+ sysui/desktop/icons/soffice.ico \
))
$(eval $(call gb_WinResTarget_set_rcfile,soffice/launcher,desktop/win32/source/applauncher/launcher))