Skip to content

Commit

Permalink
Merge pull request #962 from leethomason/leethomason/vs
Browse files Browse the repository at this point in the history
Remove non-cmake build systems
  • Loading branch information
leethomason authored Nov 21, 2023
2 parents 7c99119 + b69be03 commit 800431a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 207 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,9 @@ Generally speaking, the intent is that you simply include the tinyxml2.cpp and
tinyxml2.h files in your project and build with your other source code.

There is also a CMake build included. CMake is the general build for TinyXML-2.
Additional build systems are costly to maintain, and tend to bit-rot.

A Visual Studio project is included, but that is largely for developer convenience,
and is not intended to integrate well with other builds.
(Additional build systems are costly to maintain, and tend to bit-rot. They are
being removed over time.)

Building TinyXML-2 - Using vcpkg
--------------------------------
Expand Down
31 changes: 0 additions & 31 deletions vs/tinyxml2.sln

This file was deleted.

151 changes: 0 additions & 151 deletions vs/tinyxml2.vcxproj

This file was deleted.

22 changes: 0 additions & 22 deletions vs/tinyxml2.vcxproj.filters

This file was deleted.

0 comments on commit 800431a

Please sign in to comment.