rockbox/lib/skin_parser
Dominik Riebeling e464128c54 Rework libskin_parser Makefile for OS X support.
- add similar trickery that is used for the libraries used by Rockbox Utility
  to allow building as universal binary.
- don't overwrite CC, we need to set this from outside for building OS X 10.4
  compatible binaries.
- extend Theme Editor project file to build 10.4 compatible binaries on OS X.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27323 a1c6a512-1295-4272-9138-f99709370657
2010-07-06 21:08:16 +00:00
..
Makefile Rework libskin_parser Makefile for OS X support. 2010-07-06 21:08:16 +00:00
skin_buffer.c tiny clean up of memory allocation 2010-06-17 13:54:09 +00:00
skin_buffer.h tiny clean up of memory allocation 2010-06-17 13:54:09 +00:00
skin_debug.c s/SUBLINES/LINE_ALTERNATOR/ 2010-07-04 02:04:14 +00:00
skin_debug.h dont build the debug code in ROCKBOX, save ~400bytes 2010-06-24 14:46:21 +00:00
skin_parser.c s/SUBLINES/LINE_ALTERNATOR/ 2010-07-04 02:04:14 +00:00
skin_parser.h cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum 2010-07-04 02:05:42 +00:00
skin_parser.make Moved libskin_parser to lib. Added it to link line. 2010-06-24 11:47:37 +00:00
skin_scan.c Move the skin parser to a seperate library 2010-06-17 06:52:02 +00:00
skin_scan.h Move the skin parser to a seperate library 2010-06-17 06:52:02 +00:00
SOURCES dont build the debug code in ROCKBOX, save ~400bytes 2010-06-24 14:46:21 +00:00
symbols.h Move the skin parser to a seperate library 2010-06-17 06:52:02 +00:00
tag_table.c use the same BAR_PARAMS for all bar types 2010-07-04 01:57:25 +00:00
tag_table.h Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag 2010-07-04 01:39:57 +00:00