summary refs log tree commit diff stats
path: root/plugins/xtray
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 02:49:12 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 02:49:12 +0200
commit85eb25e961f471e88b014806f60927e7e3f5ab3c (patch)
treed610439a22abd807c6d0a939997b7dbc50d116d8 /plugins/xtray
parentd68e312723e4fcdd0a088955f5f4dbbd1d5f2ff8 (diff)
nologo for xtray rc
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