forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 1247396 - drop support for MOZ_SHARED_ICU. r=glandium
MozReview-Commit-ID: 54AQdzJqvvA --HG-- extra : rebase_source : 55a702b7f134a7c760397f83b1fd1e6044404d7e extra : amend_source : 1654150e6ebc2bd3a3ff162d486685871640c635 extra : histedit_source : a59866a9ccc244c415ffeb7c7fe685d00b25753d
- Loading branch information
Showing
10 changed files
with
25 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,21 +72,6 @@ | |
#endif | ||
#endif | ||
#ifndef MOZ_SYSTEM_ICU | ||
#ifdef MOZ_SHARED_ICU | ||
#ifdef XP_WIN | ||
@BINPATH@/icudt@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
@BINPATH@/icuin@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
@BINPATH@/icuuc@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
#elif defined(XP_MACOSX) | ||
@BINPATH@/libicudata.@[email protected] | ||
@BINPATH@/libicui18n.@[email protected] | ||
@BINPATH@/libicuuc.@[email protected] | ||
#elif defined(XP_UNIX) | ||
@BINPATH@/libicudata.so.@MOZ_ICU_VERSION@ | ||
@BINPATH@/libicui18n.so.@MOZ_ICU_VERSION@ | ||
@BINPATH@/libicuuc.so.@MOZ_ICU_VERSION@ | ||
#endif | ||
#endif | ||
#endif | ||
#ifdef MOZ_SHARED_MOZGLUE | ||
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,21 +98,6 @@ | |
#endif | ||
#endif | ||
#ifndef MOZ_SYSTEM_ICU | ||
#ifdef MOZ_SHARED_ICU | ||
#ifdef XP_WIN | ||
@BINPATH@/icudt@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
@BINPATH@/icuin@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
@BINPATH@/icuuc@MOZ_ICU_DBG_SUFFIX@@[email protected] | ||
#elif defined(XP_MACOSX) | ||
@BINPATH@/libicudata.@[email protected] | ||
@BINPATH@/libicui18n.@[email protected] | ||
@BINPATH@/libicuuc.@[email protected] | ||
#elif defined(XP_UNIX) | ||
@BINPATH@/libicudata.so.@MOZ_ICU_VERSION@ | ||
@BINPATH@/libicui18n.so.@MOZ_ICU_VERSION@ | ||
@BINPATH@/libicuuc.so.@MOZ_ICU_VERSION@ | ||
#endif | ||
#endif | ||
#endif | ||
#ifdef MOZ_GTK3 | ||
@BINPATH@/@DLL_PREFIX@mozgtk@DLL_SUFFIX@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters