use -nologo with rc like with many other MSVC commands

This commit is contained in:
2024-08-06 14:29:30 +02:00
committed by Andrew Johnson
parent 91e1d0ab80
commit 23999a106b

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)