[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANN] LuaBinaries for Lua 5.0.3 and 5.1.1
- From: "Antonio Scuri" <scuri@...>
- Date: Fri, 10 Nov 2006 15:03:56 -0200
> > - "bin2c5*.exe" and "lua5*.exe" in Windows now contain support for
> > command line globing (so you case use "lua5.1 *.lua").
>
> What will it do? Execute all lua scripts in a directory one by one?
> In what order?
The shell will parse the files you selected and add them to the command
line. To do that the executable must be linked with "setargv.obj". The
"lua.c" source code was not changed.
Best,
Scuri