Last modified 18 months ago
Last modified on 12/15/10 02:06:12
Building a cross-platform project for Windows can be a bit tricky since there are quite a lot of different development environments for Windows, and it's ncie to be able to support as many as possible.
Library binaries should be as stable and compatible as possible, so ideally we want to build libusb so that it will work both with a GNU toolchain (MinGW) and an MS toolchain, for dynamic, static and import library. It's not trivial, but could perhaps be done without too much trouble.
Attachments
-
ms-vs-gnu.tgz
(1.2 KB) -
added by stuge 18 months ago.
Minimal DLL sample that covers most combinations of cross-use between GNU/MS toolchains
Download all attachments as: .zip