From: John L. <jla...@gm...> - 2005-11-25 23:27:28
|
On 11/25/05, Francesco Montorsi <f18...@ya...> wrote: > > Bakefile.bkgen is not set to update the msvc6prj files, but when you > > turn it on you get the errors below, does anyone know how to fix it? > the problem is that msvc6prj do not support <subproject> tags... > so I added the flags to disable msvc6prj for wxlua.bkl to Bakefiles.bkgen= and committed > them. It should now update msvc6prj whitout problems. Great, thanks a lot! Maybe you saw that I went through the bakefiles and tried to add the wxluaedit app. I stuck in some more pronounced comments to help me find my way. Compiles using MSVC6 project files and linux out of the box! I will see if I can reorder mod_lua_lib to get compiled before mod_lua. Currently I do "batch build", select debug for all the projects, compile error on mod_lua_lib missing for mod_lua, compile again to get lua.exe and error on wxbind. Run genwxbind.bat in wxLua/bindings then compile again. Just a few warning about unused parameters... Regards, John Labenski |