Change Release|Win32 back to /md
Leemonn opened this issue · 1 comments
Leemonn commented
As of last commit
image
there is a problem when compiling Release | Win32 because of /mt, you have to manually add "msvcrt.lib;" to Properties -> Linker -> Input -> Additional Dependencies to make it compile with no errors.
Also I don't know if this was intentional since the rest of the configurations use /md.
HotKeyIt commented
Thanks, it should be /MD.
That has been fixed ;)