From: Francesco M. <f18...@ya...> - 2006-06-07 16:19:03
|
klaas.holwerda ha scritto: > Hi, > > At home i use Vc2003.net and here VC6. > It seems that VC6 produces wxlua-lua.exe and lua5.1.exe in the wxLua/bin. > But i am sure i did not see this at home, there i get lua.exe, and not > wxlua-lua.exe nor lua5.1.exe. > > I can only explain this because of using VC6 or Vc2003.net. Did you removed all *.sln and *.vcproj stuff owned by vc2003 and reconverted the DSW recently ? If MSVC6 projects are okay, regenerating SLN and VCPROJ will probably solve all problems. > In any case, what should the real naming be? > I would prefer the same name on unix and windows. they are the same on unix and windows. wxlua-lua is the Lua interpreter built with John's coroutines fixes lua5.1 is the verbatim lua interpreter identic to those distributes by e.g. the LuaBinary project. The name has been chosen to be coherent with that project (which as far as I understand provides the official binaries of lua). > Once that is clear we should update the binding generation scripts to > use it. > Although it looks like wxLua/bindings/genwxbind.bat is already using > wxlua-lua.exe, but on genwxbind.sh it is lua via the path. > Why not wxlua-lua.exe also on Unix? that's just a bug - fixed ;) Francesco |