Home | History | Annotate | only in /external/libxml2/win32/VC10
Up to higher level directory
NameDateSize
config.h21-Aug-20182.8K
libxml2-focus.vcxproj21-Aug-20189.2K
libxml2.sln21-Aug-20183K
libxml2.vcxproj21-Aug-20186.4K
libxml2.vcxproj.filters21-Aug-20185.8K
README.vc1021-Aug-2018958
RuleSet1.ruleset21-Aug-2018120
runsuite.vcxproj21-Aug-20184.2K
runsuite.vcxproj.filters21-Aug-2018961

README.vc10

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