From 85eb25e961f471e88b014806f60927e7e3f5ab3c Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Fri, 8 Oct 2010 02:49:12 +0200 Subject: nologo for xtray rc --- plugins/xtray/makefile.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/xtray/makefile.mak') diff --git a/plugins/xtray/makefile.mak b/plugins/xtray/makefile.mak index bb0d07cf..d1f8d295 100644 --- a/plugins/xtray/makefile.mak +++ b/plugins/xtray/makefile.mak @@ -23,7 +23,7 @@ xtray.def: $(CC) $(CPPFLAGS) /c $< res: - rc resource.rc + rc /nologo resource.rc $(TARGET): $(TRAY_OBJECTS) xtray.def res $(LINK) /DLL /out:$(TARGET) $(LDFLAGS) $(TRAY_OBJECTS) ntstc_msvcrt.lib $(LIBS) /def:xtray.def resource.res -- cgit 1.4.1