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