diff options
author | David Tardon <dtardon@redhat.com> | 2011-09-26 12:47:35 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-09-26 12:47:35 +0200 |
commit | a44020dd9eb7f1607c05869fe5430a2ae68d46f2 (patch) | |
tree | edb0c0913a499fabf64cc7e347408130efc4074d /desktop/WinResTarget_soffice.mk | |
parent | 096397e9da806aef68812c40ddc02075c296ba72 (diff) |
add resource files
Diffstat (limited to 'desktop/WinResTarget_soffice.mk')
-rw-r--r-- | desktop/WinResTarget_soffice.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/WinResTarget_soffice.mk b/desktop/WinResTarget_soffice.mk index ba3c3d8108d8..2359f50502d0 100644 --- a/desktop/WinResTarget_soffice.mk +++ b/desktop/WinResTarget_soffice.mk @@ -23,24 +23,24 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_WinResTarget_WinResTarget,soffice)) +$(eval $(call gb_WinResTarget_WinResTarget,soffice/src)) -$(eval $(call gb_WinResTarget_set_include,soffice,\ +$(eval $(call gb_WinResTarget_set_include,soffice/src,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) -$(eval $(call gb_WinResTarget_set_defs,soffice,\ +$(eval $(call gb_WinResTarget_set_defs,soffice/src,\ $$(DEFS) \ -DRES_APP_NAME=soffice \ -DRES_APP_ICON=icons/ooo3_main_app.ico \ -DVERVARIANT=$(BUILD) \ )) -$(eval $(call gb_WinResTarget_add_dependency,soffice,\ +$(eval $(call gb_WinResTarget_add_dependency,soffice/src,\ sysui/desktop/icons/ooo3_main_app.ico \ )) -$(eval $(call gb_WinResTarget_add_file,soffice,desktop/util/officeloader)) +$(eval $(call gb_WinResTarget_add_file,soffice/src,desktop/util/officeloader)) # vim: set ts=4 sw=4 et: |