summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-08 21:22:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:14 +0200
commitd33b6ccda7e52e7111c0299db9a6e60400abb13b (patch)
treebceb9a4becc42b1747d8dc3699ac606c0a60cfa7 /solenv
parentb3b641090041f5708021f23272724a28fd61c73d (diff)
gbuild: add definition of gb_Executable_LAYER to windows.mk
Change-Id: I474881a5713dd2e09fdb47a683dc79f97f014b6b
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/windows.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 6e21aa169d20..36e6339d199a 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -26,4 +26,10 @@ gb_OSDEFS := \
gb_UWINAPI := uwinapi
+gb_Executable_LAYER := \
+ $(foreach exe,$(gb_Executable_UREBIN),$(exe):UREBIN) \
+ $(foreach exe,$(gb_Executable_SDK),$(exe):SDKBIN) \
+ $(foreach exe,$(gb_Executable_OOO),$(exe):OOO) \
+ $(foreach exe,$(gb_Executable_NONE),$(exe):NONE) \
+
# vim:set noexpandtab: