------------------------------------------------------------------------ r1742 | plagman | 2010-12-19 19:34:18 -0800 (Sun, 19 Dec 2010) | 4 lines Fix the build for everything else; it looks like the macro definition for ATTRIBUTE was just missing from helixhorned's change. ------------------------------------------------------------------------ r1741 | terminx | 2010-12-19 15:00:11 -0800 (Sun, 19 Dec 2010) | 2 lines fix r1740 msvc build breakage ------------------------------------------------------------------------ r1740 | helixhorned | 2010-12-19 14:47:10 -0800 (Sun, 19 Dec 2010) | 1 line Atrributify various function declarations. Right now the attributes used are noreturn, nonnull and format, the latter allowing us to catch silly printf errors. Again, these range from relatively benign to disastrous. ------------------------------------------------------------------------ r1739 | helixhorned | 2010-12-19 14:29:01 -0800 (Sun, 19 Dec 2010) | 1 line Strip out most duplicated Makefile stuff into Makefile.common -- this should make configuration and maintenance much less troublesome. Attention to everyone who builds their own Edukes: you may have to re-set some paths like the one to the DirectX SDK. ------------------------------------------------------------------------