Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Christophe Fergeau
On Tue, Feb 19, 2013 at 11:35:29AM +0100, Marc-André Lureau wrote: > There is no need to copy files, we have the lib already, and we can > linking statically. > --- > Makefile.am | 4 +- > configure.ac | 5 +- > stdint.h | 256 --

Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Christophe Fergeau
On Tue, Feb 19, 2013 at 09:21:21AM -0500, Marc-André Lureau wrote: > > > - Mensaje original - > > > > > Doesn't this break the Visual Studio build ? > > > > I prefer that enabling mingw- build would not break Visual Studio > > build. > > The patch summaries explain that I suggest it s

Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Uri Lublin
On 02/19/2013 04:21 PM, Marc-André Lureau wrote: - Mensaje original - Doesn't this break the Visual Studio build ? I prefer that enabling mingw- build would not break Visual Studio build. The patch summaries explain that I suggest it supports only MinGW build upstream. If there is

Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Marc-André Lureau
- Mensaje original - > > Doesn't this break the Visual Studio build ? > > I prefer that enabling mingw- build would not break Visual Studio > build. The patch summaries explain that I suggest it supports only MinGW build upstream. If there is any need for visual studio build, it cou

Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Uri Lublin
On 02/19/2013 12:35 PM, Marc-André Lureau wrote: There is no need to copy files, we have the lib already, and we can linking statically. --- usbclerk.vcproj | 40 - diff --git a/usbclerk.vcproj b/usbclerk.vcproj index dc59ad5..b692737 100644 --- a/usbclerk.vcproj +++ b/usbclerk.vcpr

Re: [Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Uri Lublin
On 02/19/2013 12:35 PM, Marc-André Lureau wrote: There is no need to copy files, we have the lib already, and we can linking statically. --- Makefile.am | 4 +- configure.ac | 5 +- stdint.h | 256 -- usbclerk.vcproj |

[Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

2013-02-19 Thread Marc-André Lureau
There is no need to copy files, we have the lib already, and we can linking statically. --- Makefile.am | 4 +- configure.ac | 5 +- stdint.h | 256 -- usbclerk.vcproj | 40 - usbredirfilter.c | 260