sphair / ClanLib

ClanLib is a cross platform C++ toolkit library.
Other
344 stars 76 forks source link

Fix MinGW #70

Closed roothorick closed 8 years ago

roothorick commented 8 years ago

Got all of ClanLib compiling and running under MinGW-W64 as best I can, except the Direct3D target isn't built. I used the examples as unit tests; DisplayTarget needed a little work to be able to go without Direct3D, and a few minor tweaks were needed besides (mostly revolving around D3D).

Skipped:

Noted issues:

All other tests are working fully and correctly as best I can tell.

dpjudas commented 8 years ago

Looking good. Merging.