Kaydet (Commit) c2e3d09b authored tarafından Peter Foley's avatar Peter Foley

hide rc.exe splash screen

Change-Id: Iae5dbc06e56bd7e82608434034014d305804bd18
üst f7e37ae4
...@@ -485,7 +485,7 @@ define gb_WinResTarget__command ...@@ -485,7 +485,7 @@ define gb_WinResTarget__command
$(call gb_Output_announce,$(2),$(true),RC ,1) $(call gb_Output_announce,$(2),$(true),RC ,1)
$(call gb_Helper_abbreviate_dirs,\ $(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && \ mkdir -p $(dir $(1)) && \
$(gb_RC) \ $(gb_RC) -nologo \
$(DEFS) $(FLAGS) \ $(DEFS) $(FLAGS) \
$(INCLUDE) \ $(INCLUDE) \
-Fo$(1) \ -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