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