diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-13 14:15:50 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-13 14:15:50 +0000 |
commit | 73f9bde9088f0bc447725fdb512a78034060dc9d (patch) | |
tree | 7042f51c35bbac42cb1c5ecb9698ba750545c0b3 /utils/MTP/beastpatcher | |
parent | 1c83e6ab900706a4d5d7dad631cae2305fa39f11 (diff) |
Make bin2c compile with VS2005 and move it to a separate folder as its getting used by different tools now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21272 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher')
-rw-r--r-- | utils/MTP/beastpatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/MTP/beastpatcher/Makefile b/utils/MTP/beastpatcher/Makefile index 5f3951d8be..590473a50f 100644 --- a/utils/MTP/beastpatcher/Makefile +++ b/utils/MTP/beastpatcher/Makefile @@ -49,8 +49,8 @@ beastpatcher-ppc: beastpatcher.c bootimg.c usb.h main.c libusb-ppc.a $(CC) -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -framework iokit -framework coreservices -arch ppc $(CFLAGS) -o beastpatcher-ppc beastpatcher.c bootimg.c -I. libusb-ppc.a strip beastpatcher-ppc -bin2c: ../../../rbutil/sansapatcher/bin2c.c - $(NATIVECC) $(CFLAGS) -o bin2c ../../../rbutil/sansapatcher/bin2c.c +bin2c: ../../../rbutil/tools/bin2c.c + $(NATIVECC) $(CFLAGS) -o bin2c ../../../rbutil/tools/bin2c.c bootimg.c: bootloader.bin bin2c ./bin2c bootloader.bin bootimg |