[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.1.2-rc3 now available
- From: Mike Pall <mikelu-0703@...>
- Date: Tue, 27 Mar 2007 13:52:00 +0200
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