summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_scalc.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-24 16:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-24 17:37:45 +0200
commitced9e2abecbbdf70acb3ca46c5e6a6d4247015c0 (patch)
treece5c0a9b5cbe7a0a00e8a53171502505668e8259 /desktop/Executable_scalc.mk
parentextensions: rename WinResTarget target to match source file (diff)
downloadcore-ced9e2abecbbdf70acb3ca46c5e6a6d4247015c0.tar.gz
core-ced9e2abecbbdf70acb3ca46c5e6a6d4247015c0.zip
desktop: rename WinResTarget target to match source file
Change-Id: Ice900801109efc8591b9a3fb5c490d070b23730a
Diffstat (limited to 'desktop/Executable_scalc.mk')
-rw-r--r--desktop/Executable_scalc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index ff262d78fc6a..66ee9c66a6af 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -30,6 +30,6 @@ $(eval $(call gb_Executable_add_noexception_objects,scalc,\
desktop/win32/source/applauncher/scalc \
))
-$(eval $(call gb_Executable_add_nativeres,scalc,scalc/src))
+$(eval $(call gb_Executable_add_nativeres,scalc,scalc/launcher))
# vim: set ts=4 sw=4 et: