Upgrade to build and run from VS2019
- New msvc142 directory (keeping with naming after version of C compiler) - Added SDL2.lib/SDL2main.lib back in (compiled from SDL 2.0.8 source from libsdl.org) - Post build step to copy SDL2.dll to debug directory
This commit is contained in:
parent
05180e32dc
commit
d82a1cb7b3
21 changed files with 6229 additions and 0 deletions
3
misc/msvc142/game.def
Normal file
3
misc/msvc142/game.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
EXPORTS
|
||||
dllEntry
|
||||
vmMain
|
Loading…
Add table
Add a link
Reference in a new issue