summaryrefslogtreecommitdiff
path: root/desktop/WinResTarget_smath.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-26 12:47:35 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-26 12:47:35 +0200
commita44020dd9eb7f1607c05869fe5430a2ae68d46f2 (patch)
treeedb0c0913a499fabf64cc7e347408130efc4074d /desktop/WinResTarget_smath.mk
parent096397e9da806aef68812c40ddc02075c296ba72 (diff)
add resource files
Diffstat (limited to 'desktop/WinResTarget_smath.mk')
-rw-r--r--desktop/WinResTarget_smath.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/WinResTarget_smath.mk b/desktop/WinResTarget_smath.mk
index 95f7516853c3..d531ae605961 100644
--- a/desktop/WinResTarget_smath.mk
+++ b/desktop/WinResTarget_smath.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,smath))
+$(eval $(call gb_WinResTarget_WinResTarget,smath/src))
-$(eval $(call gb_WinResTarget_set_include,smath,\
+$(eval $(call gb_WinResTarget_set_include,smath/src,\
$$(INCLUDE) \
-I$(SRCDIR)/sysui/desktop \
))
-$(eval $(call gb_WinResTarget_set_defs,smath,\
+$(eval $(call gb_WinResTarget_set_defs,smath/src,\
$$(DEFS) \
-DRES_APP_NAME=smath \
-DRES_APP_ICON=icons/ooo3_math_app.ico \
-DVERVARIANT=$(BUILD) \
))
-$(eval $(call gb_WinResTarget_add_dependency,smath,\
+$(eval $(call gb_WinResTarget_add_dependency,smath/src,\
sysui/desktop/icons/ooo3_math_app.ico \
))
-$(eval $(call gb_WinResTarget_add_file,smath,desktop/win32/source/applauncher/launcher))
+$(eval $(call gb_WinResTarget_add_file,smath/src,desktop/win32/source/applauncher/launcher))
# vim: set ts=4 sw=4 et: