]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | # |
2 | # Local Apple addition for mapping resources | |
46f4442e | 3 | # Copyright (c) 2004-2007, 2008 Apple Inc. All rights reserved. |
374ca955 A |
4 | # |
5 | ||
46f4442e A |
6 | ifeq "$(APPLE_EMBEDDED)" "YES" |
7 | UCM_SOURCE_LOCAL = iso-8859_10-1998.ucm\ | |
8 | iso-8859_16-2001.ucm\ | |
9 | gsm-03.38-2000.ucm\ | |
10 | softbank-sjis.ucm | |
11 | else | |
12 | UCM_SOURCE_LOCAL = iso-8859_10-1998.ucm\ | |
13 | iso-8859_16-2001.ucm\ | |
14 | gsm-03.38-2000.ucm | |
15 | endif |