diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 16:04:00 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 16:04:00 +0000 |
commit | 20d828755d1408aaba57f341d3176acc2742879e (patch) | |
tree | 56f43b6805bc9db18cffa78f61f455eec473c712 /third_party/libxml/README.chromium | |
parent | 96547f26b2a13f85b24b5956121a7ee44476aab2 (diff) | |
download | chromium_src-20d828755d1408aaba57f341d3176acc2742879e.zip chromium_src-20d828755d1408aaba57f341d3176acc2742879e.tar.gz chromium_src-20d828755d1408aaba57f341d3176acc2742879e.tar.bz2 |
Check in pre-generated xmlversion.h and config.h files for libxml on the Mac.
The gyp-based build won't have an xml_config step, it will just use these
checked-in files. The Linux and Windows builds already work this way.
Review URL: http://codereview.chromium.org/21334
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/README.chromium')
-rw-r--r-- | third_party/libxml/README.chromium | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium index f97a7a6..4c89912 100644 --- a/third_party/libxml/README.chromium +++ b/third_party/libxml/README.chromium @@ -29,8 +29,10 @@ To import a new snapshot of libxml: - Apply the patch in google.patch and reconcile any conflict - Then, make any necessary changes to remove compile-time warnings. - Update google.patch -- 'cd linux && sh ../configure --without-iconv' to re-generate config.h and - include/libxml/xmlversion.h. -- run build/generate-win32-headers.bat to re-generate config.h and - include/libxml/xmlversion.h for the windows build +- On a Linux system, 'cd linux && sh ../configure --without-iconv' to + generate config.h and include/libxml/xmlversion.h for Linux. +- On a Mac, 'cd mac && sh ../configure --without-iconv' to generate config.h + and include/libxml/xmlversion.h for Macs. +- On Windows, run build/generate-win32-headers.bat to re-generate config.h and + include/libxml/xmlversion.h for Windows builds. - Update this README to reflect the new version number. |