bel
|
4c12d0cafc
|
Set _CRT_SECURE_NO_DEPRECATE and _CRT_SECURE_NO_WARNINGS for Visual Studio
According to
https://social.msdn.microsoft.com/Forums/vstudio/en-US/3373dd77-ed73-44a6-a52c-53dfd95099ac/crtsecurenowarnings-vs-crtsecurenodeprecate?forum=vcgeneral
one probably needs both for different compiler/sdk versions
|
2015-04-22 22:06:43 +02:00 |
|
bel
|
67230b00c1
|
Use multibyte character set in all Visual Studio projects
|
2015-04-19 20:37:38 +02:00 |
|
bel
|
3684a1fda2
|
Add _CRT_SECURE_NO_WARNINGS for Visual Studio build of Lua
This avoid a flood of warnings with Microsoft Visual Studio compilers
for not using Microsoft specific *_s CRT replacement functions.
|
2015-04-19 19:55:04 +02:00 |
|
bel2125
|
acd1df40c9
|
Update to Lua 5.2.4
|
2015-03-29 20:51:42 +02:00 |
|
bel
|
f646ecbda4
|
VS2012 project lua_lib contains only third party modules - disable warnings for them
|
2015-03-21 22:48:14 +01:00 |
|
bel
|
dee4c04502
|
Update Lua version in lib_lua Visual Studio project
|
2014-12-10 22:55:14 +01:00 |
|
Thomas Davis
|
ed5689b791
|
Updated VS2012 Build for WinXP
|
2013-10-20 21:02:32 -04:00 |
|
Thomas Davis
|
4d9a202f76
|
Added ZIP installation build for Windows
Also moved version define to the header.
|
2013-10-13 13:51:19 -04:00 |
|
bel
|
f914beea06
|
Add lfs (LuaFileSystem) support
|
2013-10-07 23:31:03 +02:00 |
|
Thomas Davis
|
b2b62edd57
|
Fixed Lua compile error with recent change to conn2()
|
2013-10-07 14:22:23 -04:00 |
|
Thomas Davis
|
e05ae595e8
|
Added 64 bite windows app and installer
|
2013-10-07 14:22:17 -04:00 |
|
Thomas Davis
|
b2aee90d14
|
Regorganized directories to make them more intuitive
|
2013-10-07 14:22:16 -04:00 |
|
Thomas Davis
|
2f880bb317
|
Upgraded LUA to 5.2.2, added library build targets
|
2013-10-07 14:22:16 -04:00 |
|
Thomas Davis
|
350b1fc75e
|
Made md5 a static include, renamed source includes a .inl.
|
2013-10-07 14:22:15 -04:00 |
|
Thomas Davis
|
797a36f8a1
|
Relocated the VS project files to a more obvious location
|
2013-10-07 14:22:14 -04:00 |
|