From: Francesco M. <f18...@ya...> - 2005-11-25 22:29:50
|
Hi, John Labenski 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. > > Also, wxLua is a windows app not a console app, you can see the diffs > I had to make to the dsp files to get it to compile and run using > MSVS6. I don't know how to get this right in the bakefiles. It does > work, completely, though. I added the <app-type>gui</app-type> which were missing... Francesco |