Am Sonntag, den 19.04.2009, 18:53 +0200 schrieb Eugen Dedu: > Michael Rickmann wrote: > > Am Samstag, den 18.04.2009, 14:57 +0200 schrieb Julien Puydt: > >> Eugen Dedu a écrit : > >>> Is there a way to move ekiga.rc from root to win32? > >> 1) git mv ekiga.rc win32/ > >> 2) make sure any file referencing ekiga.rc now searches for it in win32/ > >> > >> Snark > > > > Could you please rename it so that the basename is distinctive, e.g. > > ekiga-rc.rc ? I ask this because eventually we can include compilation > > of the resources into the autoconf/libtool make process and then an > > ekiga.o file would be a bit dangerous I think. Additionally VALUE > > "SpecialBuild", CVS_VERSION in the resource file is a bit outdated. Now > > an EKIGA_REVISION is defined in src/revision.h . See attached patch as > > an example for how one could handle the Win32 resources. > > Note that ekiga uses git now, so src/Makefile.am info about revision.h > is obsolete... Is it interesting to resuscitate it? > > -- > Eugen
Yes, I have seen that. I am still testing. Would something like #define EKIGA_REVISION "EKIGA_3_2_0-80-g80bf6d3" be acceptable in revisioin.h? It is based on the output of git describe, the 80th revision of tag EKIGA_3_2_0 I guess. Regards Michael _______________________________________________ Ekiga-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
