Commit Graph

3 Commits

Author SHA1 Message Date
David Korth
ef496a2a0d [getopt_msvc] Update to v1.1.0.
CMakeLists.txt: Set the required version to 3.5..3.10.

CMake 4.0 requires a minimum of 3.5, and shows warnings for anything
less than 3.10.
2025-05-21 18:29:59 -04:00
David Korth
556ced2327 [rvthtool] Copied the VERSION changes from rom-properties.
The CMake minimum version in the base project was set to 3.1, so I'm
keeping that instead of reducing it to 3.0. Not sure why I used 3.1,
though...
2020-06-20 13:48:38 -04:00
David Korth
45310cb272 [getopt_msvc] Added a version of getopt for MSVC.
This version supports Unicode strings.

Reference: https://www.codeproject.com/Articles/157001/Full-getopt-Port-for-Unicode-and-Multibyte-Microso

NOTE: getopt.h has a #pragma message that indicates that static builds
violate the LGPL, but this doesn't apply here because rvthtool is
GPLv2, so the source code is available anyway.
2018-02-13 19:44:32 -05:00