From 20f3e646d8d5f41f009493ee8b193dd75436afbc Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 4 Nov 2009 21:56:40 +0000 Subject: Clean up mktccboot building. No functional changes. - Adjust the Makefile similar to the changes done in r23520. - Split out the standalone part into a separate source file. - Put telechips.o inside the archive instead of building it separately for rbutil. It is part of mktccboot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23522 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mktccboot/mktccboot.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rbutil/mktccboot/mktccboot.h') diff --git a/rbutil/mktccboot/mktccboot.h b/rbutil/mktccboot/mktccboot.h index 2df2c54506..17179c11e7 100644 --- a/rbutil/mktccboot/mktccboot.h +++ b/rbutil/mktccboot/mktccboot.h @@ -25,6 +25,11 @@ #ifndef _MKTCCBOOT_H_ #define _MKTCCBOOT_H_ +/* win32 compatibility */ +#ifndef O_BINARY +#define O_BINARY 0 + +#endif #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3