You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Knight d10482c9bd Vendor (#19)
* vendor dependencies
7 months ago
..
README.vc10 Vendor (#19) 7 months ago
RuleSet1.ruleset Vendor (#19) 7 months ago
libxml2-focus.vcxproj Vendor (#19) 7 months ago
libxml2.sln Vendor (#19) 7 months ago
libxml2.vcxproj Vendor (#19) 7 months ago
libxml2.vcxproj.filters Vendor (#19) 7 months ago
runsuite.vcxproj Vendor (#19) 7 months ago
runsuite.vcxproj.filters Vendor (#19) 7 months ago

README.vc10

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


README file for VC10 project files for libxml2
----------------------------------------------

to clarify: This is not the readme file for the whole libxml2 project. 
Rather, it's a readme for the VC10 project files, attached to the libxml2 project.

Quick Start
-----------

1) To use, load the libxml2.sln solution file into visual studio
2) check and correct paths for dependent "iconv" project which most certainly 
are wrong on your environment.
3) Compile all projects


Background Info
---------------

Running of "configure.sh" won't make sense since VS doesn't support
this kind of build system and the environment is pretty much known already 
if you're using Visual Studio. Instead, a preconfigured "config.h" file 
is provided in the "win32\VC10" directory and referenced by the project
files already.

The compile process is not completely warning-free: Some warnings will 
appear during compile which can be ignored.