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

Side by Side Diff: third_party/libxslt/win32/config.msvc

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 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 | « third_party/libxslt/win32/config.h ('k') | third_party/libxslt/win32/configure.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # .\config.msvc
2 # This file is generated automatically by configure.js.
3
4 LIBXSLT_MAJOR_VERSION=1
5 LIBXSLT_MINOR_VERSION=1
6 LIBXSLT_MICRO_VERSION=24
7 LIBEXSLT_MAJOR_VERSION=0
8 LIBEXSLT_MINOR_VERSION=8
9 LIBEXSLT_MICRO_VERSION=13
10 WITH_TRIO=0
11 WITH_DEBUG=1
12 WITH_MEM_DEBUG=0
13 WITH_DEBUGGER=1
14 WITH_ICONV=1
15 WITH_ZLIB=0
16 WITH_CRYPTO=1
17 WITH_MODULES=0
18 DEBUG=0
19 STATIC=0
20 PREFIX=.
21 BINPREFIX=$(PREFIX)\bin
22 INCPREFIX=$(PREFIX)\include
23 LIBPREFIX=$(PREFIX)\lib
24 SOPREFIX=$(PREFIX)\lib
25 INCLUDE=$(INCLUDE);.
26 LIB=$(LIB);.
27 CRUNTIME=/MD
28 VCMANIFEST=0
OLDNEW
« no previous file with comments | « third_party/libxslt/win32/config.h ('k') | third_party/libxslt/win32/configure.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698