Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: libxslt | 1 Name: libxslt |
| 2 URL: http://xmlsoft.org/XSLT | 2 URL: http://xmlsoft.org/XSLT |
| 3 Version: 1.1.28 | 3 Version: 1.1.28 |
| 4 Security Critical: yes | 4 Security Critical: yes |
| 5 License: MIT | 5 License: MIT |
| 6 License File: Copyright | 6 License File: Copyright |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 | 9 |
| 10 libxslt from libxml.org. | 10 libxslt from libxml.org. |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 27 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/ | 27 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/ |
| 28 Patch to not define HAVE_CLOCK_GETTIME. | 28 Patch to not define HAVE_CLOCK_GETTIME. |
| 29 | 29 |
| 30 Do the same on Mac and copy the mac/config.h to Linux. | 30 Do the same on Mac and copy the mac/config.h to Linux. |
| 31 | 31 |
| 32 On Windows: | 32 On Windows: |
| 33 | 33 |
| 34 In win32\ run | 34 In win32\ run |
| 35 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no | 35 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no |
| 36 and copy config.h to Linux in win32/ | 36 and copy config.h to Linux in win32/ |
| 37 Patch win32/config.h to add "#if _MSC_VER < 1900 // Cannot define this in VS 201 5 and above!" | |
|
scottmg
2016/03/07 20:32:36
This should be in the libxml readme, not the libxs
brucedawson
2016/03/07 21:17:07
D'oh! Done.
| |
| 38 and "#endif around the #define of snprintf. | |
| 37 | 39 |
| 38 Remove: | 40 Remove: |
| 39 doc/ | 41 doc/ |
| 40 examples/ | 42 examples/ |
| 41 python/ | 43 python/ |
| 42 tests/ | 44 tests/ |
| 43 vms/ | 45 vms/ |
| OLD | NEW |