]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/uresb/resources.mak
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / samples / uresb / resources.mak
1 ## Copyright (c) 2001-2005 International Business Machines
2 ## Corporation and others. All Rights Reserved.
3 PACKAGE_NAME = uresb
4 TARGETS = en.res root.res sr.res
5 GENRB = ..\..\..\bin\genrb.exe
6 GENRBOPT = -s . -d .
7
8 all : $(TARGETS)
9 @echo All targets are up to date
10
11 clean :
12 -erase $(TARGETS)
13
14 en.res : en.txt
15 $(GENRB) $(GENRBOPT) $?
16
17 root.res : root.txt
18 $(GENRB) $(GENRBOPT) $?
19
20 sr.res : sr.txt
21 $(GENRB) $(GENRBOPT) --encoding cp1251 $?
22