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