diff options
Diffstat (limited to 'plugins/xtray/makefile.mak')
-rw-r--r-- | plugins/xtray/makefile.mak | 2 |
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 |