ICU-21150 Backport fix for broken Windows build with prebuilt datafile to ICU 67

This is cherry-picked from:
ICU-21102 Fix broken builds on Windows when using a pre-built data file (from the tgz).

(cherry picked from commit 82a5959b86)
This commit is contained in:
Jeff Genovy 2020-06-10 10:34:28 -07:00
parent 125e29d549
commit 40252f6fe1

View file

@ -378,7 +378,7 @@ icu4j-data-install :
#
# testdata - nmake will invoke pkgdata, which will create testdata.dat
#
"$(TESTDATAOUT)\testdata.dat": "$(TESTDATA)\*" $(TOOLS_TS) $(COREDATA_TS)
"$(TESTDATAOUT)\testdata.dat": "$(TESTDATA)\*" $(TOOLS_TS)
@cd "$(TESTDATA)"
@echo building testdata...
nmake /nologo /f "$(TESTDATA)\testdata.mak" TESTDATA=. ICUTOOLS="$(ICUTOOLS)" ICUPBIN="$(ICUPBIN)" ICUP="$(ICUP)" CFG=$(CFGTOOLS) TESTDATAOUT="$(TESTDATAOUT)" TESTDATABLD="$(TESTDATABLD)" ICUSRCDATA="$(ICUSRCDATA)" DLL_OUTPUT="$(DLL_OUTPUT)"