> -----Original Message-----
> From: Hisham [mailto:h...@hisham.hm]
> Sent: zondag 7 april 2013 5:37
> To: luarocks-developers@lists.sourceforge.net
> Subject: Re: [Luarocks-developers] MinGW and LuaSocket
> 
> On 4 April 2013 17:45, Thijs Schreijer <th...@thijsschreijer.nl> wrote:
> > @Hisham
> >    I think the windows instructions on the website could also be
> >    updated. /MW switch is missing there. Hopefully my altered help
> >    text in the installer provides some more guidance, so feel free
> >    to use that on the site to.
> 
> I just checked the install.bat script; /MW is there in the help but is
> not enabled (the relevant parts that use it are commented out and the
> binaries are not actually included). I think Fabio started
> implementing mingw but never got around to finish it.

It is not used for installing binaries, but this code from the batchfile;

IF [%USE_MINGW%]==[ON] (
ECHO LUAROCKS_UNAME_S=[[MINGW]]>> "%LUADIR%\luarocks\site_config.lua" 
)

Does write the site-config file with instructions to use MinGW (which works, as 
LR does use MinGW for compiling from there on)

Thijs

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to