Author: devurandom
Date: Sat May 27 18:31:35 2006
New Revision: 72

URL: http://svn.gna.org/viewcvs/warzone?rev=72&view=rev
Log:
cleaned the buildfiles a bit up:
- removed Gentoo fix from autogen.sh as it doesn't seem to be needed anymore
- converted "ugly hack"(tm) to a .Phony target in src/Makefile.am

changed version and revision retrieval of Warzone (displayed in the mainmenu):
- Before:
    #define SVN_REVISION "..."
    - defined in src/revision.h, included and used in src/frontend.c
- Now:
    const char * version(); and const char * revision();
    - declared in src/version.h, defined in src/version.c, called in 
src/frontend.c


Added:
    trunk/src/version.c.tmpl
    trunk/src/version.h
Removed:
    trunk/src/revision.h
    trunk/src/revision.h.template
Modified:
    trunk/autogen.sh
    trunk/src/Makefile.am
    trunk/src/frontend.c


_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits

Reply via email to