lua-users home
lua-l archive

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


> Subject: Cygwin Target in Lua makefile
>
> Is there any desire (or benefit) to having a Cygwin target in
> the main Lua makefiles?
> 
> There are just enough differences between Cygwin, linux, generic
> and mingw to make it seem worthwhile...

We would like to try something like that so we can submit lua jobs to
our windows based pc condor research pool. We currently have a mechanism
for packaging python and lua could be done the same way. We can't
install lua (or python) on the machines because they have a locked down,
standardized image across the campus. Until we came up with the
packaging / caching system for python the only jobs we could run had to
be Cygwin compiled apps.

Brian