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

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

Issue 1523002: Build icudt42.dll with /NXCOMPAT /DYNAMICBASE for real by ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « third_party/icu/patches/data.build.win.patch ('k') | no next file » | 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-2009, International Business Machines Corporation 2 #* Copyright (C) 1999-2009, 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 # 421 #
422 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.ic u, ubidi.icu) 422 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.ic u, ubidi.icu)
423 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117) 423 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117)
424 # 424 #
425 !IFDEF ICUDATA_SOURCE_ARCHIVE 425 !IFDEF ICUDATA_SOURCE_ARCHIVE
426 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) "$(ICUDATA_SOURCE_ARCHIVE)" 426 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) "$(ICUDATA_SOURCE_ARCHIVE)"
427 @echo Building icu data from $(ICUDATA_SOURCE_ARCHIVE) 427 @echo Building icu data from $(ICUDATA_SOURCE_ARCHIVE)
428 cd "$(ICUBLD_PKG)" 428 cd "$(ICUBLD_PKG)"
429 "$(ICUPBIN)\icupkg" -x * --list "$(ICUDATA_SOURCE_ARCHIVE)" > "$(ICUTMP) \icudata.lst" 429 "$(ICUPBIN)\icupkg" -x * --list "$(ICUDATA_SOURCE_ARCHIVE)" > "$(ICUTMP) \icudata.lst"
430 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) "$(ICUTMP)\icudata.lst" 430 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) "$(ICUTMP)\icudata.lst"
431 editbin /NXCOMPAT /DYNAMICBASE "$(U_ICUDATA_NAME).dll"
431 copy "$(U_ICUDATA_NAME).dll" "$(DLL_OUTPUT)" 432 copy "$(U_ICUDATA_NAME).dll" "$(DLL_OUTPUT)"
432 -@erase "$(U_ICUDATA_NAME).dll" 433 -@erase "$(U_ICUDATA_NAME).dll"
433 copy "$(ICUTMP)\$(ICUPKG).dat" "$(ICUOUT)\$(U_ICUDATA_NAME)$(U_ICUDATA_E NDIAN_SUFFIX).dat" 434 copy "$(ICUTMP)\$(ICUPKG).dat" "$(ICUOUT)\$(U_ICUDATA_NAME)$(U_ICUDATA_E NDIAN_SUFFIX).dat"
434 -@erase "$(ICUTMP)\$(ICUPKG).dat" 435 -@erase "$(ICUTMP)\$(ICUPKG).dat"
435 !ELSE 436 !ELSE
436 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) "$(ICUBLD_PKG) \unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_P KG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(BRK_FILES) $(B RK_CTD_FILES) $(BRK_RES_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES _FILES) $(ALL_RES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu" 437 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) "$(ICUBLD_PKG) \unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_P KG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(BRK_FILES) $(B RK_CTD_FILES) $(BRK_RES_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES _FILES) $(ALL_RES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu"
437 @echo Building icu data 438 @echo Building icu data
438 cd "$(ICUBLD_PKG)" 439 cd "$(ICUBLD_PKG)"
439 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) <<"$(ICUTMP)\icudata.ls t" 440 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) <<"$(ICUTMP)\icudata.ls t"
440 pnames.icu 441 pnames.icu
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu" "$(ICUBLD_PKG)\unorm.icu" 706 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu" "$(ICUBLD_PKG)\unorm.icu"
706 # This data is now hard coded as a part of the library. 707 # This data is now hard coded as a part of the library.
707 # See Jitterbug 4497 for details. 708 # See Jitterbug 4497 for details.
708 $(MISC_SOURCE) $(RB_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(BRK_RES_FILES) $ (TRANSLIT_RES_FILES): {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe "$(ICUBLD_PKG)\$(ICU COL)\ucadata.icu" 709 $(MISC_SOURCE) $(RB_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(BRK_RES_FILES) $ (TRANSLIT_RES_FILES): {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe "$(ICUBLD_PKG)\$(ICU COL)\ucadata.icu"
709 710
710 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu" "$(ICUBLD_PKG)\unorm.icu" 711 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$ (ICUBLD_PKG)\ubidi.icu" "$(ICUBLD_PKG)\unorm.icu"
711 # This data is now hard coded as a part of the library. 712 # This data is now hard coded as a part of the library.
712 # See Jitterbug 4497 for details. 713 # See Jitterbug 4497 for details.
713 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu" 714 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu"
714 !ENDIF 715 !ENDIF
715
OLDNEW
« no previous file with comments | « third_party/icu/patches/data.build.win.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698