From: John L. <jla...@gm...> - 2005-11-28 06:21:59
|
On 11/26/05, klaas.holwerda <kho...@xs...> wrote: > So next time, i will throw away at least all build dirs, and check out > again. > And we really need a perfect clean ( deep and all ). I don't know how to do this. I just wrote a script for cygwin to remove all the obj, pdb, id*... everything that was not part of the original checkout. > It did not go completely without a hick. I selected all debug in the > batch build. But somehow wxLua was building in release mode. So i did > set i by hand to debug configuration, then it was oke. > I will test again later, to see if i can repeat it. > I do not like the batch build, first deselect a whole lot of optional > builds, but what to do. You can select them all using the shift key and then press <space> to uncheck them all. This makes it a little less painful, since you only have to check a few of them. > Next i tried nmake, also this is well too. I wonder do object files for > nmake end up in the same place as those from project files? If so that > is risky too. Bakefile needs to be fixed to give the same settings for nmake and the gui. It's a simple thing, but I couldn't find how to do it in the Bakefile source. Once they're the same it won't matter which you use to build it. https://sourceforge.net/tracker/?func=3Ddetail&aid=3D1045600&group_id=3D986= 3&atid=3D109863 > Only thing left is precompiled headers, or i don't know why it takes so > long to compile. IIRC this is only a command line switch for nmake, I think it's already on. Regards, John Labenski |