From: John L. <jla...@gm...> - 2005-11-25 22:06:15
|
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? 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. see apps.dsp here http://cvs.sourceforge.net/viewcvs.py/wxlua/wxLua/apps/build/msw/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [20/24] generating msvc6prj from ./wxlua.bkl /home/john/cvs/wxLua_SF/wxLua/build/bakefiles/wxlua.bkl:95: error: unknown target tag 'target' when processing target at /home/john/cvs/wxLua_SF/wxLua/build/bakefiles/wxlua.bkl:92 [bakefile_gen] error: bakefile exited with error wxlua.bkl <subproject id=3D"utils" cond=3D"USE_UTIL=3D=3D'1'"> <dependency-of>all</dependency-of> <dir>$(WXLUA_BASEDIR)$(DIRSEP)util$(DIRSEP)$(SUBPROJECT_POSTFIX_PAT= H)</dir> <target/> <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D PROBLEM HERE </subproject> Regards, John Labenski |