[virt-tools-list] [PATCH virt-viewer 2/4] remote-viewer: make it a GUI/windows application with hybrid console

Marc-André Lureau mlureau at redhat.com
Tue Apr 3 11:32:17 UTC 2012


Hi

----- Mensaje original -----
> On Mon, Apr 02, 2012 at 11:57:00PM +0200, Marc-André Lureau wrote:
> >  remote_viewer_LDFLAGS =				\
> > +	-Wl,--subsystem,windows			\
> 
> This breaks linux builds here (fedora 17). This patch helps:
>         $(NULL)
> +
> +if OS_WIN32
> +remote_viewer_LDFLAGS += -Wl,--subsystem,windows
> +endif
> +

Oops, of course. Can you push it?

thanks




More information about the virt-tools-list mailing list