Closed stevewgr closed 2 years ago
👍 would we still be required to use the build.cmd as I see it’s still there?
The build.cmd is for convenient. Before it was useful since we had to set the old compiler explictly, now it's just for CI/CD.
👍 would we still be required to use the build.cmd as I see it’s still there?
The build.cmd is for convenient. Before it was useful since we had to set the old compiler explictly, now it's just for CI/CD.
Alright.
Decription
The following PR apart from doing some house keeping, it mainly upgrades the old compiler version to latest MSVC143(aka Visual Studio 2022).
Solution files for Game, Server and Tool were created as separated pieces.
Additionally some build optimizations were enabled to make the project build much faster than before thanks to precompiled headers.