From: Francesco M. <f18...@ya...> - 2006-02-09 17:42:42
|
klaas.holwerda ha scritto: > Francesco Montorsi wrote: > >> Hi, >> official bakefile 0.2.0 is out but it does not integrate yet the >> patches which are required to make it work with wxLua bakefiles. >> >> So I've updated the bakefile version number to 0.2.2 of my personal >> 'edition' at uploaded bakefile archive at: >> > Does this include a ready to use bakefile for windows? > I am a bit scared for compiling disasters :-( hmmm, no. Sincerely I don't know how Vaclav packages the win32 version. It must be something tricky because you have to include a python interpreter since win32 does not have it by default. However as always the procedure is: download last official bakefile, overwrite the rules/, output/, presets/ and src/ folders with the respective files from my 0.2.2 >> http://www.geocities.com/f18m_cpp217828/frm-bakefile.tar.gz >> >> I also regenerated makefiles and committed them. >> The archive also adds to bakefile a working KDevelop generator... >> > No i am forced to try it ;-) To be honest KDevelop format is extremely simple and it uses very few of the info coded into a bakefile: in fact KDevelop is just a frontend for configure scripts and make commands. Thus you cannot use the kdevelop format without first generating autoconf one ;) >> Kdevelop requires just a small file somewhere... could we add it under >> wxlua/build/kdevelop ? Ok, added. Francesco |