senior-sigan / WHY_CPP

Simple Game Engine in C++ to create Retro games.
https://senior-sigan.github.io/WHY_CPP/
MIT License
7 stars 2 forks source link

Fix linkage errors on Windows. #9

Closed BOOtak closed 5 years ago

BOOtak commented 5 years ago

Build lodepng library as STATIC and SHARED to link it in whycpp properly on Windows and resolve 0xC0000135 error.

Signed-off-by: Kirill Leyfer k.leyfer@drweb.com