tobspr / P3DModuleBuilder

Toolkit to make C++ modules and extensions for the Panda3D engine
MIT License
20 stars 12 forks source link

Added support for Visual Studio 2017 and 2019 #13

Closed Eruvae closed 3 years ago

Eruvae commented 3 years ago

I added the MSVC version codes for newer Visual Studio versions so they can be recognized. Also, the Visual Studio 16 2019 cmake generator doesn't support specifying the architecture at the end of the generator name, so it is specified with -A instead.

tobspr commented 3 years ago

@rdb should this get merged?

rdb commented 3 years ago

@tobspr it looks good to me.