From 4cb879d08d2e0c5d9cc664f2eee3651188ab58ed Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 28 Jan 2010 09:20:32 +0000 Subject: Update the comments describing how to build ipodpatcher - no functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24361 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/ipodpatcher/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rbutil/ipodpatcher/Makefile') diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile index df2838bf3c..34b4dd6b43 100644 --- a/rbutil/ipodpatcher/Makefile +++ b/rbutil/ipodpatcher/Makefile @@ -2,11 +2,14 @@ CFLAGS=-Wall -W BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h -# Enable the next two lines to build with embedded bootloaders and the +# Build with "make BOOTOBJS=1" to build with embedded bootloaders and the # --install option and interactive mode. You need the full set of Rockbox # bootloaders in this directory - download them from # http://download.rockbox.org/bootloader/ipod/bootloaders.zip +# Releases of ipodpatcher are created with "make RELEASE=1". This +# enables BOOTOBJS and uses the VERSION string defined in main.c + ifdef RELEASE CFLAGS+=-DRELEASE BOOTOBJS=1 -- cgit v1.2.3