Re: [wxlua-users] genwxbin.bat

2008-12-13 Thread John Labenski
Thanks, I can't test it right now, but the first way looks right. Applied to CVS. -John On Sat, Dec 13, 2008 at 7:54 AM, arpin wrote: > line 85 needed the following modification to run > form > %LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" . > to > ..\..\%LUA% -e"rulesFilename=\

[wxlua-users] genwxbin.bat

2008-12-13 Thread arpin
line 85 needed the following modification to run form %LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" . to ..\..\%LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ... ---. changing it to cd ..\apps\ %LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ../../../bindings/