Kaydet (Commit) de1cbc17 authored tarafından Michael Stahl's avatar Michael Stahl

Revert "hide rc.exe splash screen"

This reverts commit c2e3d09b.

Quoting from my last revert of the exact same rc.exe -nologo:

 commit a6e3c2b4

 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
üst 9a30ab1b
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment