summaryrefslogtreecommitdiff
path: root/desktop/WinResTarget_smath.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-30 14:53:11 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:33:59 +0200
commit7d6eb69950df97a12fc723bada1eb7c1839740ca (patch)
tree2a0c5971a0df8722aeeb14473fabb18f6bdf4992 /desktop/WinResTarget_smath.mk
parent30bcb7fb1706b405577417625ed3855485936d0b (diff)
rename functions for consistency with the rest of gbuild
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
Diffstat (limited to 'desktop/WinResTarget_smath.mk')
-rw-r--r--desktop/WinResTarget_smath.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/WinResTarget_smath.mk b/desktop/WinResTarget_smath.mk
index 9dbbcd07d4a4..e36eba1f0136 100644
--- a/desktop/WinResTarget_smath.mk
+++ b/desktop/WinResTarget_smath.mk
@@ -32,18 +32,17 @@ $(eval $(call gb_WinResTarget_set_include,smath/src,\
-I$(SRCDIR)/sysui/desktop \
))
-$(eval $(call gb_WinResTarget_set_defs,smath/src,\
- $$(DEFS) \
+$(eval $(call gb_WinResTarget_add_defs,smath/src,\
-DRES_APP_NAME=smath \
-DRES_APP_ICON=icons/math_app.ico \
-DVERVARIANT=$(BUILD) \
-DRES_APP_VENDOR="$(OOO_VENDOR)" \
))
-$(eval $(call gb_WinResTarget_add_dependency,smath/src,\
+$(eval $(call gb_WinResTarget_add_dependencies,smath/src,\
sysui/desktop/icons/math_app.ico \
))
-$(eval $(call gb_WinResTarget_add_file,smath/src,desktop/win32/source/applauncher/launcher))
+$(eval $(call gb_WinResTarget_set_rcfile,smath/src,desktop/win32/source/applauncher/launcher))
# vim: set ts=4 sw=4 et: