• Home
Name Date Size #Lines LOC

..--

README.vc10D03-May-2024958 2819

RuleSet1.rulesetD03-May-2024120 33

config.hD03-May-20242.8 KiB12295

libxml2-focus.vcxprojD03-May-20249.2 KiB184184

libxml2.slnD03-May-20243 KiB5048

libxml2.vcxprojD03-May-20246.4 KiB137137

libxml2.vcxproj.filtersD03-May-20245.8 KiB171171

runsuite.vcxprojD03-May-20244.2 KiB8585

runsuite.vcxproj.filtersD03-May-2024961 2222

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