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:
parent
4bfd2e9f46
commit
14166b3cb9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue