lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Todor Totev wrote:
> And you can change the luavs.bat file to actually define it - just add
> /D_CRT_SECURE_NO_DEPRECATE to the command line of the compiler

I've distributed LuaJIT with a modified luavs.bat file for quite
a while and received no complaints. AFAIK you need two defines to
silence all MSVC warnings:

  /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE

Bye,
     Mike