Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverted to using a (generated) .def file for DLL exportspbr291 | Pete Batard | 2010-08-02 | 1 | -3/+0 |
| | | | | | | | | 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 | ||||
* | general whitespace cleanup | Michael Plante | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | restore builds of DLLs from the DDKr264 | Pete Batard | 2010-04-19 | 1 | -1/+9 |
| | |||||
* | ddk_build improvements (DLL option, static lib default)r230 | Pete Batard | 2010-03-29 | 1 | -0/+12 |
| | |||||
* | small improvements to ddk_build.cmdr229 | Pete Batard | 2010-03-27 | 1 | -5/+5 |
| | |||||
* | fixed build error with DDK 6001r202 | Pete Batard | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | moved libusb-1.0.rc to libusb/ (where the .def is located) | Pete Batard | 2010-03-06 | 1 | -3/+0 |
| | |||||
* | r116: DDK build completion (Orin Eman): | Pete Batard | 2010-01-26 | 1 | -0/+55 |
| | | | | | | - lsusb/xusb sources + ddk_build call - missing libusb_strerror in .def - removed "handle_timeouts_locked unused" warning in in io.c for MinGW | ||||
* | r114: sources update and build script (Orin Eman) | Pete Batard | 2010-01-25 | 1 | -0/+61 |
OACR 28719 warning removal (Orin Eman) minor code cleanup |