On 02/04/13 20:41, Pete Batard wrote:
Please see the download at the expected location [1].
WinCE doesn't build due to me forgetting to add the source files to the Makefile.am. The attached patch fixes this.
I'll build some WinCE binaries and test them on a real device.If I provide a zip of pre-built binaries for WinCE would you be happy to host them in the libusbx downloads? Is there a script you use to generate the zip of the pre-built desktop binaries? Or do you just use the scripts in .private and do some manual copying?
Regards, Toby
>From b0755a35d0f7d1047b0c6c11cbddee55659579c4 Mon Sep 17 00:00:00 2001 From: Toby Gray <toby.g...@realvnc.com> Date: Wed, 3 Apr 2013 12:02:50 +0100 Subject: [PATCH] WinCE: Add WinCE sources to Makefile.am so they end up in dist tarballs. --- libusb/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libusb/Makefile.am b/libusb/Makefile.am index d248e47..78a19c3 100644 --- a/libusb/Makefile.am +++ b/libusb/Makefile.am @@ -6,9 +6,11 @@ LINUX_USBFS_SRC = os/linux_usbfs.c DARWIN_USB_SRC = os/darwin_usb.c OPENBSD_USB_SRC = os/openbsd_usb.c WINDOWS_USB_SRC = os/poll_windows.c os/windows_usb.c libusb-1.0.rc +WINCE_USB_SRC = os/wince_usb.c os/wince_usb.h EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \ - $(WINDOWS_USB_SRC) os/threads_posix.c os/threads_windows.c + $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \ + os/threads_posix.c os/threads_windows.c if OS_LINUX OS_SRC = $(LINUX_USBFS_SRC) -- 1.7.9.5
------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel