• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..15-Jul-201312

config.hH A D18-Jun-20132.8 KiB

libxml2-focus.vcxprojH A D18-Jun-20139.2 KiB

libxml2.vcxprojH A D18-Jun-20136.4 KiB

libxml2.vcxproj.filtersH A D18-Jun-20135.8 KiB

README.vc10H A D18-Jun-2013958

RuleSet1.rulesetH A D18-Jun-2013120

runsuite.vcxprojH A D18-Jun-20134.2 KiB

runsuite.vcxproj.filtersH A D18-Jun-2013961

README.vc10

1
2README file for VC10 project files for libxml2
3----------------------------------------------
4
5to clarify: This is not the readme file for the whole libxml2 project. 
6Rather, it's a readme for the VC10 project files, attached to the libxml2 proejct.
7
8Quick Start
9-----------
10
111) To use, load the libxml2.sln solution file into visual studio
122) check and correct paths for dependent "iconv" project which most certaily 
13are wrong on your environment.
143) Compile all projects
15
16
17Background Info
18---------------
19
20Running of "configure.sh" won't make sense since VS doesn't support
21this kind of build system and the environment is pretty much known already 
22if you're using Visual Studio. Instead, a preconfigured "config.h" file 
23is provided in the "win32\VC10" directory and referenced by the project
24files already.
25
26The compile process is not completely warning-free: Some warnings will 
27appear during compile which can be ignored.
28