pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
306 stars 59 forks source link

cmake: add imm32 to MINGW_EXTRA_LIBS #102

Closed sonoro1234 closed 3 years ago

sonoro1234 commented 3 years ago

solves linking of wx.dll for mingw @pkulchenko ? tested with mingw-w64 and msvc nmake (needs /EHsc addition to CXX_FLAGS on calling cmake)

pkulchenko commented 3 years ago

merged; thanks @sonoro1234!