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