diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 12:52:05 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 12:52:05 +0200 |
commit | baf032760bee7d397a51ca8f924ca4125d2c9c49 (patch) | |
tree | e17ab8a9acea7ee54e9fbfc4e47f2951b012b0fe /plugins/xtray | |
parent | 3c21396a4fcfee1a91c9b61b7030832568c66878 (diff) | |
parent | 8aec84afd980677284dbb86ed872a2d0d8d9ae59 (diff) |
Merge
Diffstat (limited to 'plugins/xtray')
-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 |