Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: source/data/makedata.mak

Issue 1637683002: ICU 56 step 5: Apply the remaining local patches (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56post56
Patch Set: drop uconv.patch Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/brkitr/zh_Hant.txt ('k') | source/stubdata/stubdata.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #********************************************************************** 1 #**********************************************************************
2 #* Copyright (C) 1999-2015, International Business Machines Corporation 2 #* Copyright (C) 1999-2015, International Business Machines Corporation
3 #* and others. All Rights Reserved. 3 #* and others. All Rights Reserved.
4 #********************************************************************** 4 #**********************************************************************
5 # nmake file for creating data files on win32 5 # nmake file for creating data files on win32
6 # invoke with 6 # invoke with
7 # nmake /f makedata.mak icumake=$(ProjectDir) 7 # nmake /f makedata.mak icumake=$(ProjectDir)
8 # 8 #
9 # 12/10/1999 weiv Created 9 # 12/10/1999 weiv Created
10 10
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 493
494 ############################################################################# 494 #############################################################################
495 # 495 #
496 # ALL 496 # ALL
497 # This target builds all the data files. The world starts here. 497 # This target builds all the data files. The world starts here.
498 # Note: we really want the common data dll to go to $(DLL_ OUTPUT), not $(ICUBLD_PKG). But specifying 498 # Note: we really want the common data dll to go to $(DLL_ OUTPUT), not $(ICUBLD_PKG). But specifying
499 # that here seems to cause confusion with the buil ding of the stub library of the same name. 499 # that here seems to cause confusion with the buil ding of the stub library of the same name.
500 # Building the common dll in $(ICUBLD_PKG) uncondi tionally copies it to $(DLL_OUTPUT) too. 500 # Building the common dll in $(ICUBLD_PKG) uncondi tionally copies it to $(DLL_OUTPUT) too.
501 # 501 #
502 ############################################################################# 502 #############################################################################
503 ALL : GODATA "$(ICU_LIB_TARGET)" "$(TESTDATAOUT)\testdata.dat" 503 ALL : GODATA "$(ICU_LIB_TARGET)"
504 @echo All targets are up to date 504 @echo All targets are up to date
505 505
506 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu) 506 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu)
507 # are hardcoded in the common DLL and therefore not included in the data package any more. 507 # are hardcoded in the common DLL and therefore not included in the data package any more.
508 # They are not built by default but need to be built for ICU4J data and for gett ing the .c source files 508 # They are not built by default but need to be built for ICU4J data and for gett ing the .c source files
509 # when updating the Unicode data. 509 # when updating the Unicode data.
510 # Changed in makedata.mak revision 1.117. See Jitterbug 4497. 510 # Changed in makedata.mak revision 1.117. See Jitterbug 4497.
511 # 2010-dec Removed pnames.icu. 511 # 2010-dec Removed pnames.icu.
512 # Command line: 512 # Command line:
513 # C:\svn\icuproj\icu\trunk\source\data>nmake -f makedata.mak ICUMAKE=C:\svn\ic uproj\icu\trunk\source\data\ CFG=x86\Debug uni-core-data 513 # C:\svn\icuproj\icu\trunk\source\data>nmake -f makedata.mak ICUMAKE=C:\svn\ic uproj\icu\trunk\source\data\ CFG=x86\Debug uni-core-data
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 # 612 #
613 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.ic u, ubidi.icu) 613 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.ic u, ubidi.icu)
614 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117) 614 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117)
615 # 615 #
616 !IFDEF ICUDATA_SOURCE_ARCHIVE 616 !IFDEF ICUDATA_SOURCE_ARCHIVE
617 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) "$(ICUDATA_SOURCE_ARCHIVE)" 617 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) "$(ICUDATA_SOURCE_ARCHIVE)"
618 @echo Building icu data from $(ICUDATA_SOURCE_ARCHIVE) 618 @echo Building icu data from $(ICUDATA_SOURCE_ARCHIVE)
619 cd "$(ICUBLD_PKG)" 619 cd "$(ICUBLD_PKG)"
620 "$(ICUPBIN)\icupkg" -x * --list "$(ICUDATA_SOURCE_ARCHIVE)" > "$(ICUTMP) \icudata.lst" 620 "$(ICUPBIN)\icupkg" -x * --list "$(ICUDATA_SOURCE_ARCHIVE)" > "$(ICUTMP) \icudata.lst"
621 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) "$(ICUTMP)\icudata.lst" 621 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) "$(ICUTMP)\icudata.lst"
622 editbin /NXCOMPAT /DYNAMICBASE "$(U_ICUDATA_NAME).dll"
622 copy "$(U_ICUDATA_NAME).dll" "$(DLL_OUTPUT)" 623 copy "$(U_ICUDATA_NAME).dll" "$(DLL_OUTPUT)"
623 -@erase "$(U_ICUDATA_NAME).dll" 624 -@erase "$(U_ICUDATA_NAME).dll"
624 copy "$(ICUTMP)\$(ICUPKG).dat" "$(ICUOUT)\$(U_ICUDATA_NAME)$(U_ICUDATA_E NDIAN_SUFFIX).dat" 625 copy "$(ICUTMP)\$(ICUPKG).dat" "$(ICUOUT)\$(U_ICUDATA_NAME)$(U_ICUDATA_E NDIAN_SUFFIX).dat"
625 -@erase "$(ICUTMP)\$(ICUPKG).dat" 626 -@erase "$(ICUTMP)\$(ICUPKG).dat"
626 !ELSE 627 !ELSE
627 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SP ECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nf kc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(I CUCOL)\ucadata.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(Z ONE_RES_FILES) $(UNIT_RES_FILES) $(BRK_FILES) $(BRK_DICT_FILES) $(BRK_RES_FILES) $(ALL_RES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(SPREP_FIL ES) "$(ICUBLD_PKG)\confusables.cfu" 628 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SP ECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nf kc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(I CUCOL)\ucadata.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(Z ONE_RES_FILES) $(UNIT_RES_FILES) $(BRK_FILES) $(BRK_DICT_FILES) $(BRK_RES_FILES) $(ALL_RES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(SPREP_FIL ES) "$(ICUBLD_PKG)\confusables.cfu"
628 @echo Building icu data 629 @echo Building icu data
629 cd "$(ICUBLD_PKG)" 630 cd "$(ICUBLD_PKG)"
630 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) <<"$(ICUTMP)\icudata.ls t" 631 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) <<"$(ICUTMP)\icudata.ls t"
631 unames.icu 632 unames.icu
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 1056
1056 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu" 1057 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu"
1057 # This data is now hard coded as a part of the library. 1058 # This data is now hard coded as a part of the library.
1058 # See Jitterbug 4497 for details. 1059 # See Jitterbug 4497 for details.
1059 $(MISC_SOURCE) $(RB_FILES) $(CURR_FILES) $(LANG_FILES) $(REGION_FILES) $(ZONE_FI LES) $(UNIT_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(BRK_RES_FILES) $(TRANSLI T_RES_FILES): {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe "$(ICUBLD_PKG)\$(ICUCOL)\uca data.icu" 1060 $(MISC_SOURCE) $(RB_FILES) $(CURR_FILES) $(LANG_FILES) $(REGION_FILES) $(ZONE_FI LES) $(UNIT_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(BRK_RES_FILES) $(TRANSLI T_RES_FILES): {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe "$(ICUBLD_PKG)\$(ICUCOL)\uca data.icu"
1060 1061
1061 # This used to depend on "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" " $(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu" 1062 # This used to depend on "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" " $(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu"
1062 # These are now hardcoded in ICU4C and only loaded in ICU4J. 1063 # These are now hardcoded in ICU4C and only loaded in ICU4J.
1063 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu" 1064 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu"
1064 !ENDIF 1065 !ENDIF
OLDNEW
« no previous file with comments | « source/data/brkitr/zh_Hant.txt ('k') | source/stubdata/stubdata.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698