Files
libusb/libusb
Pete Batard 30b42bc654 creates MinGW and MS DLLs that are fully interchangeable
1. because we use WINAPI, the def file MUST have the @n aliases - there's no way around as MinGW's .o use decoration always for __stdcall, and this can't be turned off
2. our "dumb" autogen create_def() script simply creates the whole range of aliases (we might improve on this in the future)
3. dlltool must be called manually to create the import lib from the def, *with the --kill-at option*
4. a CREATE_IMPORT_LIB autotools variable is introduced to selectively run dlltool or not
2010-08-05 01:33:49 +01:00
..
2010-08-03 11:50:22 +01:00
2010-07-30 00:02:02 +01:00
2010-07-30 00:02:02 +01:00
2010-07-30 00:02:02 +01:00