From 20d828755d1408aaba57f341d3176acc2742879e Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 13 Feb 2009 16:04:00 +0000 Subject: 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 --- third_party/libxml/README.chromium | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'third_party/libxml/README.chromium') 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. -- cgit v1.1