summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_scalc.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/Executable_scalc.mk
parentallow adding native windows res. files for executables too (diff)
downloadcore-a44020dd9eb7f1607c05869fe5430a2ae68d46f2.tar.gz
core-a44020dd9eb7f1607c05869fe5430a2ae68d46f2.zip
add resource files
Diffstat (limited to 'desktop/Executable_scalc.mk')
-rw-r--r--desktop/Executable_scalc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index e93aea2ee88e..550add6772b6 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -43,4 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,scalc,\
desktop/win32/source/applauncher/scalc \
))
+$(eval $(call gb_Executable_add_nativeres,scalc,src))
+
# vim: set ts=4 sw=4 et: