From: Francesco M. <f18...@ya...> - 2007-03-15 21:20:18
|
Hi all, I'd like to inform you that if you like the idea of easily build .tar.gz and .zip archives of your wxCode component, you can do that just adding: <make-tarball/> and/or <make-zip/> tags to your wxCode component's bakefile. Then doing "make tarball" (from Unix-like OS) or "nmake -fmakefile.vc zip" (or similar commands for mingw/borland/watcom etc) the makefiles will: - clean your project from intermediate files - create the tarball/zip excluding e.g. CVS and .svn folders, object files, library files, *~ files, etc - put it in the component's root folder Then you can just take them and upload them to SF for making a new release. Those "tarball" and "zip" targets were very useful for me for doing my latest releases... HTH, Francesco |