Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.vc10 | D | 22-Nov-2023 | 958 | 28 | 19 | |
RuleSet1.ruleset | D | 22-Nov-2023 | 120 | 3 | 3 | |
config.h | D | 22-Nov-2023 | 2.8 KiB | 126 | 98 | |
libxml2-focus.vcxproj | D | 22-Nov-2023 | 9.2 KiB | 184 | 184 | |
libxml2.sln | D | 22-Nov-2023 | 3 KiB | 50 | 48 | |
libxml2.vcxproj | D | 22-Nov-2023 | 6.4 KiB | 137 | 137 | |
libxml2.vcxproj.filters | D | 22-Nov-2023 | 5.8 KiB | 171 | 171 | |
runsuite.vcxproj | D | 22-Nov-2023 | 4.2 KiB | 85 | 85 | |
runsuite.vcxproj.filters | D | 22-Nov-2023 | 961 | 22 | 22 |
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