warzone2100/makerules
Giel van Schijndel 9c79b6b109 ISO C 90 (or C-99 without GNU-extensions) compatibility fix:
* change all casts using the typeof() keyword to their respective typename
 * append a compiler flag for GCC (-fno-gnu-keywords) which disables GNU-specific keywords (typeof and asm only in case of C-99, inline as well if C-90 mode is used), to aid in code portability (i.e. among compilers)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@970 4a71c877-e1ca-e34f-864e-861f7616d084
2007-01-08 12:42:51 +00:00
..
common.mk Improve Makefile.raw build slightly to support .rc files better. 2006-08-26 13:00:09 +00:00
config.mk.tmpl NSIS support for automake. 2006-12-27 21:44:46 +00:00
configure.mk ISO C 90 (or C-99 without GNU-extensions) compatibility fix: 2007-01-08 12:42:51 +00:00
exe.mk Fix mime-types and rc file. 2006-12-01 22:02:14 +00:00
lib.mk Fix raw Makefiles 2006-12-28 11:47:58 +00:00