summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-04-02(svn r2133) Fix dependency tracking for C++ filestron
2005-03-27(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in additi...pasky
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-03-12(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (so...tron
2005-03-11(svn r1996) makefile.config -> Makefile.config, that's its name.pasky
2005-03-11(svn r1995) Makefile: Use the install tool instead of mkdir+cp for installing...pasky
2005-03-10(svn r1983) Introduce multiple compile time debug levelstron
2005-03-09(svn r1980) Check $DESTDIR if $DEST_DIR was not set.pasky
2005-03-06(svn r1939) Revert part of r1938 which accidently crept intron
2005-03-06(svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...tron
2005-03-01(svn r1917) - Makefile: Revamped VERBOSE support, build mechanics changed.pasky
2005-02-28(svn r1915) Support for a VERBOSE flag which will make the full compiler invo...pasky
2005-02-06(svn r1828) New warning flag especially for truelight (:<tron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-04(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're ju...tron
2005-02-04(svn r1795) Change CFLAGS for MorphOS (tokai)tron
2005-02-04(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does ...tron
2005-02-04(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as the...tron
2005-02-03(svn r1780) Don't clear LIBS and LDFLAGStron
2005-02-01(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (M...truelight
2005-02-01(svn r1761) Don't set CC and CXXtron
2005-02-01(svn r1758) Replace `` with $(shell), because the latter is only evaluated on...tron
2005-01-31(svn r1755) Trim trailing whitespacetron
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-30(svn r1745) Use -fno-inline when DEBUGingtron
2005-01-30(svn r1744) DEBUG and PROFILE can be used at the same time.tron
2005-01-29(svn r1715) Move [GS]etMapExtraBits to tile.[ch]tron
2005-01-25(svn r1672) Simplify dependency tracking and actually implement it for C++ fi...tron
2005-01-25(svn r1671) Remove WARNING_DISPLAY, because it contained no warning, but an o...tron
2005-01-25(svn r1670) Garbage collect some variables, because they are only used once a...tron
2005-01-25(svn r1669) Rename all ttd_XXX to just XXX, because we already know who we ar...tron
2005-01-25(svn r1666) Move some MorphOS compile flags to a place where they actually be...tron
2005-01-25(svn r1665) Remove VERBOSE flag, because it was only partially implementedtron
2005-01-25(svn r1664) Makefile: removed the forced 0.3.6 version tagbjarni
2005-01-25(svn r1661) Makefile: added scenario to make installbjarni
2005-01-24(svn r1659) Makefile: added scenario to mac and MorphOS release scriptsbjarni
2005-01-24(svn r1649) Makefile: added known-bugs.txt to mac and MorphOS release scripts...bjarni
2005-01-24(svn r1647) Remove stale comment and fix typotron
2005-01-23(svn r1620) Fix typo in r1619tron
2005-01-23(svn r1619) Fight bit rot in the Makefile:tron
2005-01-23(svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of cod...tron
2005-01-22(svn r1600) Mac: applied the new icon to the mac binary filebjarni
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-19(svn r1570) Make the gcc version test work with old versions of test (i.e. do...tron
2005-01-17(svn r1553) Check which gcc version is present and only set availible compile...tron
2005-01-17(svn r1552) Make ottd compile on Zetatron
2005-01-15(svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is se...bjarni
2005-01-12(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it...truelight