Added vs2017 project generation
This commit is contained in:
parent
1f09948764
commit
bfa09d80f2
@ -44,7 +44,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER <= 1900)
|
#if defined(_MSC_VER) && (_MSC_VER <= 1910)
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
typedef SSIZE_T ssize_t;
|
typedef SSIZE_T ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
Binary file not shown.
4
premake/vs2017.bat
Normal file
4
premake/vs2017.bat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
premake5 --file=premake5.lua vs2017
|
||||||
|
|
||||||
|
pause
|
Loading…
Reference in New Issue
Block a user