RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
546 stars 31 forks source link

Add mingw shared lib support #247

Closed waldnercharles closed 2 weeks ago

waldnercharles commented 1 month ago

This allowed me to link when using mingw. The same can likely be achieved by specifying -D_MSC_VER for gcc builds.

Note: I changed _MSC_VER to _WIN32. I don't think this will have any side effects, but figured I should call it out