scuffed-code/icu4c/source/samples/uresb/resources.mak
Andy Heninger 21944bfbe3 ICU-1583 Fix broken samples
X-SVN-Rev: 7322
2001-12-05 17:54:57 +00:00

21 lines
329 B
Makefile

TARGETS = en.res root.res sr.res
GENRB = ..\..\..\bin\genrb.exe
GENRBOPT = -s. -d.
all : $(TARGETS)
@echo All targets are up to date
clean :
-erase $(TARGETS)
en.res : en.txt
$(GENRB) $(GENRBOPT) $?
root.res : root.txt
$(GENRB) $(GENRBOPT) $?
sr.res : sr.txt
$(GENRB) $(GENRBOPT) --encoding cp1251 $?