rockbox/rbutil/ipodpatcher
Dominik Riebeling 1a1338c379 rbutil: Fix ipodpatcher qmake based build on macOS.
On macOS we need to pass the used frameworks, otherwise linking will
fail.

Change-Id: I6b19eac6a460d91b567c0eb128b776558c0a4a39
2020-10-18 19:22:10 +02:00
..
arc4.c Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption 2007-09-08 23:27:49 +00:00
arc4.h Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption 2007-09-08 23:27:49 +00:00
fat32format.c Remove 64bit warning by using C99 fixed width format specifier. 2013-01-13 19:51:48 +01:00
ipodio-posix.c OS X: change include paths to use actual paths. 2014-03-20 22:26:23 +01:00
ipodio-win32-scsi.c ipodpatcher: remove external ddk/ntddscsi.h dependency 2017-06-19 02:00:30 +02:00
ipodio-win32.c Provide dealloc function to ipodpatcher. 2013-01-01 15:06:41 +01:00
ipodio.h Provide dealloc function to ipodpatcher. 2013-01-01 15:06:41 +01:00
ipodpatcher.c ipodpatcher: Fix some type warnings. 2020-09-27 09:28:05 +02:00
ipodpatcher.h ipodpatcher: Rework exit codes. 2020-09-27 09:28:10 +02:00
ipodpatcher.manifest Add a manifest to ipodpatcher.exe in order to make it request administrative rights on windows vista. This will cause a separate cmd window to pop up. The proper solution will be to implement a check for administrative rights in the executable, and tell the user to start from an elevated command prompt if not. This solution will still need a (changed) manifest. 2007-09-21 06:24:17 +00:00
ipodpatcher.pro rbutil: Fix ipodpatcher qmake based build on macOS. 2020-10-18 19:22:10 +02:00
ipodpatcher.rc Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
main.c ipodpatcher: Rework exit codes. 2020-09-27 09:28:10 +02:00
Makefile Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
parttypes.h