Rafal wrote:

Thanks, Bill Spitzak, for including this (with fixes) 
into FLTK 2 svn rev 6150.

Btw, the README.mingw32_cross file was left out probably my mistake.

Two related issues:

1. how about adding SVN version number to the FLTK version in
fltk/FL_VERSION.h ?

In example I use following code often:

verFile="version_autodata.cpp";
  echo "" > $verFile;
  echo -n "const char* gVersionAutodataRevision = \"" >> $verFile;

  svnversion -n | sed -e 's/M/-wip/' | sed -e 's/:/_/' >> $verFile

  echo "\";" >> $verFile;
  echo "const char* gVersionAutodataDateTime = __DATE__\" \"__TIME__ ;" >>
$verFile;
  echo "//auto (re)generated from make tools and SVN." >> $verFile;
  echo "" >> $verFile;



2. How about SVN access for me so that I could develop (in example to own
branch or something)?



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to