diff options
author | Dave Chapman <dave@dchapman.com> | 2009-02-22 23:35:29 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2009-02-22 23:35:29 +0000 |
commit | 93f4bd351bcbd422d81592182aa1a2328f8d2d25 (patch) | |
tree | 8f19f7344e6e1cc6fba933e2f7aa91e6de3a4163 /utils/MTP/beastpatcher/README | |
parent | 72bd567494c7c5744b1422d99fb8595ed0b1ae51 (diff) | |
download | rockbox-93f4bd351bcbd422d81592182aa1a2328f8d2d25.tar.gz rockbox-93f4bd351bcbd422d81592182aa1a2328f8d2d25.zip |
Initial (untested) attempt at a Windows version. The MTP_DLL.dll library needs expanding to offer the same API as mtp_libmtp.c, but this needs someone with access to a MS compiler. Ideally we should also stop using a separate DLL and compile a single standalone beastpatcher.exe.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20088 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/README')
-rw-r--r-- | utils/MTP/beastpatcher/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/MTP/beastpatcher/README b/utils/MTP/beastpatcher/README index 85a039268a..42968b0022 100644 --- a/utils/MTP/beastpatcher/README +++ b/utils/MTP/beastpatcher/README @@ -50,8 +50,6 @@ The OS X build is a universal binary statically linked with libusb and libmtp. Windows ------- -[Not yet implemented] - The MTP_DLL.dll requires VC2005 to compile - see instructions in MTP_DLL/README @@ -59,3 +57,5 @@ To compile beastpatcher itself, you can either cross-compile from Linux using the mingw32 package, or compile in Cygwin. Just type "make beastpatcher.exe" (in Linux) or "make" (in Cygwin). +To run beastpatcher.exe, you need MTP_DLL.dll in the same directory +(or the Windows DLL path). |