Rafal wrote:
> 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;

Might be a good idea as long as it is done so that it does not recompile 
everything each time an svn update is done.

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

You can get this, try emailing Mike? I'm not in charge of the svn 
access. You certainly have contributed a lot of code.

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

Reply via email to