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




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to