Skip to content

Commit a732207

Browse files
authored
Merge pull request #883 from hjmjohnson/remove-msvc2010
COMP: Remove build files for unsupported IDE's
2 parents 36d8cfd + 2ab1d63 commit a732207

16 files changed

+7
-1639
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ format to store user input files.
3030

3131
## Contributing to JsonCpp
3232

33+
### Building
34+
35+
Both CMake and Meson tools are capable of generating a variety of build environments for you preferred development environment.
36+
Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other environment that fits your needs.
37+
38+
An example of a common Meson/Ninja environment is described next.
39+
3340
### Building and testing with Meson/Ninja
3441
Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use
3542
[meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build

Diff for: makefiles/msvc2010/jsoncpp.sln

-42
This file was deleted.

Diff for: makefiles/msvc2010/jsontest.vcxproj

-96
This file was deleted.

Diff for: makefiles/msvc2010/jsontest.vcxproj.filters

-13
This file was deleted.

Diff for: makefiles/msvc2010/lib_json.vcxproj

-143
This file was deleted.

Diff for: makefiles/msvc2010/lib_json.vcxproj.filters

-33
This file was deleted.

0 commit comments

Comments
 (0)