9 Commits

Author SHA1 Message Date
Pete Batard 7f4f7bd753 reverted to using a (generated) .def file for DLL exports
added libusb-1.0.def (plus reference in MS projects)
removed LIBUSB_EXP/__declspec(dllexport) from libusb.h
removed LIBUSB_DLL_BUILD macros
added -Wl,--add-stdcall-alias linker option for MinGW/cygwin for DLL generation
added sed script in autogen to update the libusb-1.0.def
2010-08-02 23:13:17 +01:00
Michael Plante 4226f9ee90 general whitespace cleanup 2010-04-24 11:18:56 +01:00
Pete Batard 63edc0276d restore builds of DLLs from the DDK 2010-04-19 11:56:33 +01:00
Pete Batard 99587b5e2d ddk_build improvements (DLL option, static lib default) 2010-03-29 15:41:22 +01:00
Pete Batard d6f6802daf small improvements to ddk_build.cmd 2010-03-27 19:13:27 +00:00
Pete Batard f4b7fdd527 fixed build error with DDK 6001 2010-03-09 15:49:32 +00:00
Pete Batard 858b13ab77 moved libusb-1.0.rc to libusb/ (where the .def is located) 2010-03-06 00:37:21 +00:00
Pete Batard 03265db68a r116: DDK build completion (Orin Eman):
- lsusb/xusb sources + ddk_build call
- missing libusb_strerror in .def
- removed "handle_timeouts_locked unused" warning in in io.c for MinGW
2010-01-26 01:46:17 +00:00
Pete Batard f581c91677 r114: sources update and build script (Orin Eman)
OACR 28719 warning removal (Orin Eman)
minor code cleanup
2010-01-25 21:55:46 +00:00