use -nologo with rc like with many other MSVC commands

This commit is contained in:
2024-08-07 09:40:29 -05:00
committed by Andrew Johnson
co-authored by Andrew Johnson
parent 91e1d0ab80
commit 23999a106b
+1 -1
View File
@@ -16,7 +16,7 @@ OPT_WHOLE_PROGRAM = YES
WINLINK = link
RCCMD = rc -l 0x409 $(INCLUDES) -fo $@ $<
RCCMD = rc -nologo -l 0x409 $(INCLUDES) -fo $@ $<
ARCMD = lib -nologo -verbose -out:$@ $(LIB_OPT_LDFLAGS) $(LIBRARY_LD_OBJS)