summary refs log tree commit diff stats
path: root/plugins/xtray
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xtray')
-rw-r--r--plugins/xtray/makefile.mak2
1 files changed, 1 insertions, 1 deletions
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