1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-01-31 23:40:23 -05:00

nologo for xtray rc

This commit is contained in:
berkeviktor@aol.com 2010-10-08 02:49:12 +02:00
parent d68e312723
commit 85eb25e961

View File

@ -23,7 +23,7 @@ xtray.def:
$(CC) $(CPPFLAGS) /c $< $(CC) $(CPPFLAGS) /c $<
res: res:
rc resource.rc rc /nologo resource.rc
$(TARGET): $(TRAY_OBJECTS) xtray.def res $(TARGET): $(TRAY_OBJECTS) xtray.def res
$(LINK) /DLL /out:$(TARGET) $(LDFLAGS) $(TRAY_OBJECTS) ntstc_msvcrt.lib $(LIBS) /def:xtray.def resource.res $(LINK) /DLL /out:$(TARGET) $(LDFLAGS) $(TRAY_OBJECTS) ntstc_msvcrt.lib $(LIBS) /def:xtray.def resource.res