summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-17 13:41:12 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-17 13:45:59 +0100
commitde1cbc17952a7e5838c0ded2ed3042171cb997c4 (patch)
tree2e9fbfd26a2bd9f86c7741dc2bebadb85707ff1a /solenv
parentrtl:: prefixes removal in oox (diff)
downloadcore-de1cbc17952a7e5838c0ded2ed3042171cb997c4.tar.gz
core-de1cbc17952a7e5838c0ded2ed3042171cb997c4.zip
Revert "hide rc.exe splash screen"
This reverts commit c2e3d09bb740749e1a6e045ff08bf32e5812fa9e. Quoting from my last revert of the exact same rc.exe -nologo: commit a6e3c2b4800144df40e5f78f6f912cdc6a575a32 gbuild: Microsoft Resource Compiler does not do -nologo At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only complains about "invalid option: -ologo". Change-Id: Id6affdf4c833796691c903257dd515cc0d0e861e
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/concat-depsbin0 -> 16335 bytes
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk3
2 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/concat-deps b/solenv/bin/concat-deps
new file mode 100755
index 000000000000..2fc20c33b2b5
--- /dev/null
+++ b/solenv/bin/concat-deps
Binary files differ
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 9a960a5647cb..cbd39d05f48d 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -481,11 +481,12 @@ endif
gb_WinResTarget_POSTFIX :=.res
+# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
define gb_WinResTarget__command
$(call gb_Output_announce,$(2),$(true),RC ,1)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && \
- $(gb_RC) -nologo \
+ $(gb_RC) \
$(DEFS) $(FLAGS) \
$(INCLUDE) \
-Fo$(1) \