nologo for xtray rc

This commit is contained in:
berkeviktor@aol.com 2010-10-08 02:49:12 +02:00
parent d68e312723
commit 85eb25e961
1 changed files with 1 additions and 1 deletions

View File

@ -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