hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

VS2017 solution/project is missing x64 configuration #150

Closed oviano closed 1 year ago

oviano commented 5 years ago

I know it's easy enough to add in this config, and indeed I have trimmed down the solution and done this for the main libconfig project, but it would be nice if future versions had both Win32 and x64 configurations including for the test/example projects etc.

Also, you might want to think about VS2019...

hyperrealm commented 5 years ago

If you (or someone) could upload a patch that adds the necessary VS project/build files then I'd be happy to merge it. I myself don't have access to an x64 Windows system...all I have is an old Win 7 VM running on my Linux machine, with VS 2005, and that's pretty much the extent of my involvement in / stomach for Windows.

oviano commented 5 years ago

Hehe fair enough :)

I’ll sort it out. Thanks for the library.

hyperrealm commented 1 year ago

Closing as we merged a fix.