warzone2100/makerules
Giel van Schijndel 0651625733 * Remove unused variable `line_num`
* win32 Makefile system:
  * Compile with debug symbols and all warnings enabled on both debug ''and'' non-debug builds
  * Only use -Werror-implicit-function-declaration when compiling C sources, as for C++ implicit function declarations are illegal anyway (and g++ thus doesn't like this compiler option)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5647 4a71c877-e1ca-e34f-864e-861f7616d084
2008-07-23 13:59:12 +00:00
..
common.mk Old versions for Flex do not like the space in -o filename 2008-07-10 09:35:10 +00:00
config.mk.tmpl Remove the TARGET option (I shouldn't have added it back) and select the windows-specific link line for the win32 makefiles 2008-07-10 19:52:33 +00:00
configure.mk * Remove unused variable `line_num` 2008-07-23 13:59:12 +00:00
exe.mk Use the (also new in this commit) relative variants of the directories almost everywhere. 2008-06-24 23:41:52 +00:00
lib.mk Reduce "raw" Makefiles to "win32" Makefiles by removing logic from configure.mk 2008-07-06 14:28:50 +00:00
submake.mk Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00