ICU-5081 Remove support for the old naming scheme.

X-SVN-Rev: 19276
This commit is contained in:
George Rhoten 2006-02-24 21:25:44 +00:00
parent 040e9f22e4
commit f4a20aa1c8

View File

@ -28,7 +28,7 @@ ALL : "$(TESTDATAOUT)\testdata.dat"
@copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ" @copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ"
@copy "$(TESTDATA)\icu26_testtypes.res" "$(TESTDATABLD)" @copy "$(TESTDATA)\icu26_testtypes.res" "$(TESTDATABLD)"
@copy "$(TESTDATA)\icu26e_testtypes.res" "$(TESTDATABLD)" @copy "$(TESTDATA)\icu26e_testtypes.res" "$(TESTDATABLD)"
"$(ICUP)\bin\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" <<$(TESTDATAOUT)\out.lst "$(ICUP)\bin\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" <<
casing.res casing.res
conversion.res conversion.res
mc.res mc.res
@ -60,13 +60,13 @@ nfscss.spp
nfscis.spp nfscis.spp
nfsmxs.spp nfsmxs.spp
nfsmxp.spp nfsmxp.spp
<<KEEP <<
# Inference rule for creating resource bundles # Inference rule for creating resource bundles
# Some test data resource bundles are known to have warnings and bad data. # Some test data resource bundles are known to have warnings and bad data.
# The -q option is there on purpose, so we don't see it normally. # The -q option is there on purpose, so we don't see it normally.
{$(TESTDATA)}.txt{$(TESTDATABLD)}.res:: {$(TESTDATA)}.txt.res::
@echo Making Test Resource Bundle files $< @echo Making Test Resource Bundle files $<
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $< @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $<