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

Side by Side Diff: third_party/libxslt/README.chromium

Issue 21455: Add pre-generated mac/config.h to libxslt (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | third_party/libxslt/mac/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains a partial snapshot of the libxslt library from 1 This directory contains a partial snapshot of the libxslt library from
2 http://xmlsoft.org/XSLT, with the following modification: 2 http://xmlsoft.org/XSLT, with the following modification:
3 * Modified win32/configure.js to be able to clobber a read-only Makefile 3 * Modified win32/configure.js to be able to clobber a read-only Makefile
4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib utes. 4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib utes.
5 * Modified configure to not generate Makefiles. 5 * Modified configure to not generate Makefiles.
6 6
7 Current version: 1.1.24 7 Current version: 1.1.24
8 8
9 To import a new snapshot of libxslt: 9 To import a new snapshot of libxslt:
10 10
11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source 11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source
12 distribution. 12 distribution.
13 - Copy the files into this directory, omitting files which have been omitted 13 - Copy the files into this directory, omitting files which have been omitted
14 here. 14 here.
15 - Run build/generate-win32-headers.bat to re-generate the configuration 15 - Run build/generate-win32-headers.bat to re-generate the configuration
16 headers. 16 headers.
17 - 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to 17 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/'
18 re-generate configuration headers. 18 to re-generate configuration headers.
19 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/'
20 to re-generate configuration headers.
19 - Perform the modification above. 21 - Perform the modification above.
20 - Update this README to reflect the new version number. 22 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « no previous file | third_party/libxslt/mac/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698