rockbox/utils/MTP
Dominik Riebeling eebde2a367 Major W32 beastpatcher rework (FS#10220).
Update beastpatcher to scan for the device separately, rework MTP_DLL and modify to allow building with VS2005.
- include pstdint.h when building with VS2005 as VS doesn't have inttypes.h
- don't use bool in the DLL as VS doesn't support type bool in C.
- rearrange DLL files to avoid filename ambiguities with sendfirm.
- include MTP_DLL.h instead of duplicating prototypes. Adjust header for easy inclusion.
- make MTP_DLL project file also copy the resulting dll to MTP folder for convenience.
- extend MTP_DLL API for separate device scanning. Note that this (intentionally) breaks compatibility of the dll.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21221 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 18:04:10 +00:00
..
beastpatcher Major W32 beastpatcher rework (FS#10220). 2009-06-08 18:04:10 +00:00
MTP_DLL Major W32 beastpatcher rework (FS#10220). 2009-06-08 18:04:10 +00:00
beastdump.c Remove executable property that somehow got set 2009-01-04 01:39:57 +00:00
Makefile Fix old libmtp detection on Ubuntu systems that don't support echo -e. 2009-02-18 14:50:46 +00:00
MTP_DLL.dll Major W32 beastpatcher rework (FS#10220). 2009-06-08 18:04:10 +00:00
sendfirm.c Fix compilation of sendfirm with 0.3.x versions of libmtp and keep a (hacky) fallback for building with the older 0.2.x also fix a pair of 64 bit warnings 2009-02-07 21:00:18 +00:00
sendfirm.manifest Fix infinite loop in sendfirm_win.cpp and other minor fixes 2008-07-04 12:45:24 +00:00
sendfirm_win.c Major W32 beastpatcher rework (FS#10220). 2009-06-08 18:04:10 +00:00