mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 12:05:43 -04:00
.. | ||
generate_solution.cmd | ||
generate_vs2015.cmd | ||
generate_vs2017.cmd | ||
generate_vs2019.cmd | ||
generate_vs2022.cmd | ||
README.md |
These scripts will generate Visual Studio Solutions for a selected set of supported versions of MS Visual.
For these scripts to work, both cmake
and the relevant Visual Studio version must be locally installed on the system where the script is run.
If cmake
is installed into a non-standard directory, or user wants to test a specific version of cmake
, the target cmake
directory can be provided via the environment variable CMAKE_PATH
.