Makefile.src.in
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though.
Tue, 14 Oct 2008 19:47:28 +0000 smatz (svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell
Mon, 06 Oct 2008 17:05:44 +0000 skidd13 (svn r14443) -Change: Unify the delimiters used in config* and make*
Mon, 08 Sep 2008 06:27:08 +0000 matthijs (svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
Sun, 07 Sep 2008 13:24:49 +0000 matthijs (svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a
Sat, 06 Sep 2008 12:54:11 +0000 truebrain (svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available
Thu, 04 Sep 2008 19:15:52 +0000 truebrain (svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))
Sat, 30 Aug 2008 13:15:36 +0000 glx (svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
Thu, 14 Aug 2008 15:37:52 +0000 glx (svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138)
Tue, 12 Aug 2008 18:03:32 +0000 glx (svn r14053) -Fix: branch detection failed for svn+ssh repos
Thu, 31 Jul 2008 20:09:54 +0000 smatz (svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed
Thu, 31 Jul 2008 19:19:29 +0000 smatz (svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Sun, 18 Nov 2007 22:37:44 +0000 glx (svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version
Sun, 18 Nov 2007 20:38:24 +0000 glx (svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw
Sun, 21 Oct 2007 20:14:15 +0000 truelight (svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds
Sun, 21 Oct 2007 17:19:18 +0000 glx (svn r11335) -Fix (r11148): only consider changes in src when detecting modified (M) version
Sun, 21 Oct 2007 14:59:05 +0000 rubidium (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics.
Sun, 23 Sep 2007 10:26:20 +0000 rubidium (svn r11148) -Codechange: add support for getting version numbers from Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is).
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC.
Sat, 14 Jul 2007 20:40:11 +0000 rubidium (svn r10563) -Fix: gcc 2.95 (which is still needed for MorphOS :() does have trouble with using the protected/private variables of the enclosing class (and super classes of that enclosing class).
Sat, 16 Jun 2007 21:57:30 +0000 rubidium (svn r10171) -Add: simple support for ccache (--with-ccache).
Thu, 07 Jun 2007 13:40:20 +0000 glx (svn r10057) -Fix (r10051): git version detection didn't work for mingw/msys
Thu, 07 Jun 2007 00:25:49 +0000 rubidium (svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;)
Sat, 21 Apr 2007 13:19:43 +0000 truelight (svn r9710) -Add: added support for GCC 2.95. This makes MorphOS target alive again. With a big thanks to tokai and Rubidium!!
Thu, 22 Feb 2007 00:33:39 +0000 glx (svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed.
Mon, 19 Feb 2007 21:18:39 +0000 truelight (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP
Mon, 19 Feb 2007 19:59:19 +0000 truelight (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install
Sun, 11 Feb 2007 16:28:00 +0000 truelight (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP
Sat, 10 Feb 2007 00:22:32 +0000 bjarni (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++
Sat, 13 Jan 2007 18:44:38 +0000 glx (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
Thu, 11 Jan 2007 18:26:53 +0000 rubidium (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Fri, 05 Jan 2007 15:01:51 +0000 rubidium (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.
Tue, 02 Jan 2007 23:19:52 +0000 truelight (svn r7780) [Configure] -Fix: strip before copy, not copy before strip
Tue, 02 Jan 2007 20:19:25 +0000 truelight (svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: