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

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".
üst 689defb4
......@@ -672,7 +672,6 @@ $(call gb_Output_announce,$(2),$(true),RES,1)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && \
$(gb_RC) \
-nologo \
$(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