summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CliAssembly.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-02 00:44:38 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-09 17:05:53 +0200
commit0d2542d67ab77134e91317d45ea62e548a692067 (patch)
tree8f05e7088cb2273474ed80ca151160808a2a03bd /solenv/gbuild/CliAssembly.mk
parentfbbce4cb2b55576248e5770efe0ce562d729c09a (diff)
gbuild, cli_ure: Win32 make issues with back and forward slashes
It looks like what works is to give the source file names with backslashes but everything else with forward slashes? Change-Id: Iaf910ab5fc41984d1315a30b164a334d28344c16
Diffstat (limited to 'solenv/gbuild/CliAssembly.mk')
-rw-r--r--solenv/gbuild/CliAssembly.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CliAssembly.mk b/solenv/gbuild/CliAssembly.mk
index 5683ae7b2c2d..a745e8e1ec64 100644
--- a/solenv/gbuild/CliAssembly.mk
+++ b/solenv/gbuild/CliAssembly.mk
@@ -59,7 +59,7 @@ $(call gb_Helper_abbreviate_dirs,\
-nologo \
-out:$(CLI_ASSEMBLY_OUTFILE) \
-version:$(CLI_ASSEMBLY_VERSION) \
- -keyfile:$(call gb_Helper_windows_path,$(CLI_ASSEMBLY_KEYFILE)) \
+ -keyfile:$(CLI_ASSEMBLY_KEYFILE) \
-link:$(CLI_ASSEMBLY_CONFIGFILE) \
$(if $(CLI_ASSEMBLY_PLATFORM),-platform:$(CLI_ASSEMBLY_PLATFORM)) && \
touch $(1) \