Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # Copyright (C) 2010 IBM Corporation and Others. All Rights Reserved |
michael@0 | 2 | # sed script for updating windows .mak and .vcproj files |
michael@0 | 3 | s%^U_ICUDATA_NAME=.*%U_ICUDATA_NAME=icudt@LIB_VERSION_MAJOR@% |
michael@0 | 4 | s%^UNICODE_VERSION=.*%UNICODE_VERSION=@UNICODE_VERSION@% |
michael@0 | 5 | s%\(icu[a-zA-Z]*\)[0-9][0-9]\(d\.dll\)%\1@LIB_VERSION_MAJOR@\2%g |
michael@0 | 6 | s%\(icu[a-zA-Z]*\)[0-9][0-9]\(\.dll\)%\1@LIB_VERSION_MAJOR@\2%g |