Hi! I 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
The version and revision retrieval of Warzone (displayed in the mainmenu) is
now changed:
- Before:
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, linked to src/warzone
This improves buildtime, as only a very small file needs to be rebuilt.
--Dennis
pgpIzTF4F3zCA.pgp
Description: PGP signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
