summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Executable.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-26 12:46:04 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-26 12:46:04 +0200
commit096397e9da806aef68812c40ddc02075c296ba72 (patch)
tree6a83776cdc1aafb3c38d6dc560acfa1e2e12fa46 /solenv/gbuild/Executable.mk
parente073da6d6b06d358466ceebdb120c7f1ea01ec29 (diff)
allow adding native windows res. files for executables too
Diffstat (limited to 'solenv/gbuild/Executable.mk')
-rw-r--r--solenv/gbuild/Executable.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk
index 198c1f89d6bd..786e7422c4ff 100644
--- a/solenv/gbuild/Executable.mk
+++ b/solenv/gbuild/Executable.mk
@@ -107,6 +107,7 @@ $(eval $(foreach method,\
add_package_headers \
add_sdi_headers \
add_precompiled_header \
+ add_nativeres \
,\
$(call gb_Executable_forward_to_Linktarget,$(method))\
))