diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-21 01:12:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-21 01:12:49 +0300 |
commit | 4a180cafbc9ff4155288ca0e52e15e9bf0d3bccf (patch) | |
tree | 69a2bf5d2010427a3b593ad02f8e6e36a272101e /solenv/gbuild/TargetLocations.mk | |
parent | 1780e957d64f8dc2cc80adec86ae96a6131e4626 (diff) |
Add gb_Executable_EXT_for_build and use it
Fixes native build on Windows.
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rw-r--r--[-rwxr-xr-x] | solenv/gbuild/TargetLocations.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 44f0bceeb9b3..11b2b28e9803 100755..100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -29,7 +29,7 @@ gb_ComponentTarget_get_outdir_target = $(OUTDIR)/xml/component/$(1).component gb_Executable_get_target = $(OUTDIR)/bin/$(1)$(gb_Executable_EXT) -gb_Executable_get_target_for_build = $(OUTDIR_FOR_BUILD)/bin/$(1) +gb_Executable_get_target_for_build = $(OUTDIR_FOR_BUILD)/bin/$(1)$(gb_Executable_EXT_for_build) gb_PackagePart_get_destinations = \ $(OUTDIR)/xml \ $(OUTDIR)/pck \ |