mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4351 Allow data to be built from a .dat archive when the build directory has a space in the name.
X-SVN-Rev: 17791
This commit is contained in:
parent
bb583e6700
commit
e93f5bfab3
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ uni-core-data: GODATA "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(IC
|
|||
# from data build. See Jitterbug 4497. (makedata.mak revision 1.117)
|
||||
#
|
||||
!IFDEF ICUDATA_SOURCE_ARCHIVE
|
||||
"$(DLL_OUTPUT)\$(U_ICUDATA_NAME).dll" : $(COMMON_ICUDATA_DEPENDENCIES) $(ICUDATA_SOURCE_ARCHIVE)
|
||||
"$(DLL_OUTPUT)\$(U_ICUDATA_NAME).dll" : $(COMMON_ICUDATA_DEPENDENCIES) "$(ICUDATA_SOURCE_ARCHIVE)"
|
||||
@echo Building icu data from $(ICUDATA_SOURCE_ARCHIVE)
|
||||
cd "$(ICUBLD)"
|
||||
decmn --pkgdata $(ICUDATA_SOURCE_ARCHIVE) > "$(ICUTMP)\pkgdatain.txt"
|
||||
|
|
Loading…
Add table
Reference in a new issue