1 --- source/data/makedata.mak 2009-04-15 12:08:25.000000000 -0700 2 +++ source/data/makedata.mak 2009-08-27 11:01:55.289559000 -0700 3 @@ -384,6 +384,17 @@ 4 ALL : GODATA "$(ICU_LIB_TARGET)" "$(TESTDATAOUT)\testdata.dat" 5 @echo All targets are up to date 6 7 +############################################################################# 8 +# 9 +# DATALIB 10 +# This target builds the data library. It's identical to 11 +# ALL except that testdata.dat is not built. 12 +# 13 +############################################################################# 14 +DATALIB : GODATA "$(ICU_LIB_TARGET)" 15 + @echo Data library is built 16 + 17 + 18 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu) 19 # are hardcoded in the common DLL and therefore not included in the data package any more. 20 # They are not built by default but need to be built for ICU4J data and for getting the .c source files 21 @@ -621,7 +632,7 @@ 22 # If you modify this, modify winmode.c in pkgdata. 23 "$(ICUTMP)\icudata.res": "$(ICUMISC)\icudata.rc" 24 @echo Creating data DLL version information from $** 25 - @rc.exe /i "..\..\..\..\common" /r /fo $@ $** 26 + @rc.exe /i "..\..\..\..\common;..\..\..\..\..\public\common" /r /fo $@ $** 27 28 # Targets for unames.icu 29 "$(ICUBLD_PKG)\unames.icu": "$(ICUUNIDATA)\*.txt" "$(ICUTOOLS)\gennames\$(CFG)\gennames.exe" 30