[Spice-devel] [PATCH usbclerk 0/6] MinGW build
Marc-André Lureau
marcandre.lureau at gmail.com
Tue Feb 19 02:35:25 PST 2013
Hi,
Here is a small patch series to build usbclerk with MinGW and make an
MSI installer. It needs a fairly recent MinGW64 crt with upstream
commits 5592, 5593 and 5594, such
mingw-crt-2.0.999-0.16.trunk.20121110 from fc18.
I suggest upstream git master switches to mingw and MSI only. Old
VC/nsis build could be maintained in a branch if necessary.
Marc-André Lureau (5):
build-sys: autotoolize usbclerk
Fix typo
build-sys: link with libusbredir
Fix a lot of gcc warnings
Replace NSIS with MSI
Uri Lublin (1):
vdlog.h: do not use Windows specific time functions
Makefile.am | 14 +++
autogen.sh | 6 ++
configure.ac | 34 ++++++++
stdint.h | 256 ------------------------------------------------------
usbclerk.cpp | 61 ++++++-------
usbclerk.nsis.in | 192 ----------------------------------------
usbclerk.vcproj | 40 ---------
usbclerk.wxs.in | 66 ++++++++++++++
usbclerktest.cpp | 16 ++--
usbredirfilter.c | 260 -------------------------------------------------------
usbredirfilter.h | 127 ---------------------------
vdlog.cpp | 2 +-
vdlog.h | 10 +--
13 files changed, 165 insertions(+), 919 deletions(-)
create mode 100644 Makefile.am
create mode 100755 autogen.sh
create mode 100644 configure.ac
delete mode 100644 stdint.h
delete mode 100644 usbclerk.nsis.in
create mode 100644 usbclerk.wxs.in
delete mode 100644 usbredirfilter.c
delete mode 100644 usbredirfilter.h
--
1.8.1.1.439.g50a6b54
More information about the Spice-devel
mailing list