From: Francesco M. <f18...@ya...> - 2004-10-24 10:07:29
|
Hi, > anyway, I still have to check the (very important) autoconf target; I'll > have linux > access in short time. > I'll then provide a default configure.ac file ready to be configured for > the bakefiles of wxCode. I found time to make the autoconf target work: I've added some new files to make the bakefilizing easier: the config.sub, config.guess and install.sh files, for example. I also created two simple scripts "regenall.sh" and "cleanall.sh" in the build folder of wxCode which can be used to regenerate the makefiles of all wxCode bakefile-based components or to clean out all intermediate/log/exe files before committing. For this last script, I created a new "cleanall" target in the generated makefiles. Hope this will be useful, Francesco Montorsi |