Skip to content

COMP: Remove build files for unsupported IDE's #883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ format to store user input files.

## Contributing to JsonCpp

### Building

Both CMake and Meson tools are capable of generating a variety of build environments for you preferred development environment.
Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other environment that fits your needs.

An example of a common Meson/Ninja environment is described next.

### Building and testing with Meson/Ninja
Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use
[meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build
Expand Down
42 changes: 0 additions & 42 deletions makefiles/msvc2010/jsoncpp.sln

This file was deleted.

96 changes: 0 additions & 96 deletions makefiles/msvc2010/jsontest.vcxproj

This file was deleted.

13 changes: 0 additions & 13 deletions makefiles/msvc2010/jsontest.vcxproj.filters

This file was deleted.

143 changes: 0 additions & 143 deletions makefiles/msvc2010/lib_json.vcxproj

This file was deleted.

33 changes: 0 additions & 33 deletions makefiles/msvc2010/lib_json.vcxproj.filters

This file was deleted.

Loading