1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00

(win32) Don't build the GTK+ client as a console application

This commit is contained in:
Mukund Sivaraman 2008-09-06 04:23:28 +00:00
parent 4bfd2e9f46
commit 14166b3cb9

View file

@ -118,3 +118,9 @@ $(srcdir)/tr-core.c: tr-core-dbus.h
tr-core-dbus.h: $(srcdir)/tr-core-dbus.xml
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=tr_core $< > $(@F)
if WIN32
transmission_LDFLAGS = \
-mwindows
endif