(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
1 changed files with 6 additions and 0 deletions

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