log Makefile.src.in @ 17360:22a2866cab06 draft

age author description
Wed, 29 Dec 2010 20:46:35 +0000 smatz (svn r21662) -Codechange: use -flto=jobserver for GCC 4.6, it makes linking with LTO use number of processes passed to make -j draft
Thu, 23 Dec 2010 11:02:47 +0000 smatz (svn r21606) -Fix (r14636): DOS binary was broken when not stripping draft
Wed, 10 Feb 2010 16:24:05 +0000 rubidium (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel draft
Mon, 07 Dec 2009 20:22:33 +0000 rubidium (svn r18427) -Fix (r18423): ofcourse that broke the GCC build... not determining 'inclusion' using the relative path from the .rc that has the 'include' but from the include directories... how useful/sensible is that? draft
Mon, 07 Sep 2009 21:01:24 +0000 smatz (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0 draft
Mon, 07 Sep 2009 13:33:45 +0000 smatz (svn r17454) -Codechange: some alignment in Makefile*.in draft
Mon, 31 Aug 2009 22:38:37 +0000 rubidium (svn r17336) -Codechange: move some os specific files into src/os/ draft
Fri, 21 Aug 2009 21:28:59 +0000 glx (svn r17250) -Fix (r17249): I forgot depend.exe was affected too draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Tue, 18 Aug 2009 17:49:28 +0000 rubidium (svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there draft
Mon, 22 Jun 2009 20:33:15 +0000 rubidium (svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles draft
Mon, 22 Jun 2009 20:22:04 +0000 rubidium (svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all draft
Mon, 01 Jun 2009 11:49:46 +0000 smatz (svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed. draft
Tue, 26 May 2009 23:05:11 +0000 glx (svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkout failed draft
Sun, 24 May 2009 17:34:39 +0000 rubidium (svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When calling external binaries it resolves paths which causes comparisons between a resolved and unresolved path. So always use the resolved path instead of the unresolved one. draft
Sat, 16 May 2009 12:36:33 +0000 rubidium (svn r16318) -Change: use !! instead of @@ in src/*.in too. draft
Thu, 14 May 2009 21:59:24 +0000 glx (svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. draft
Wed, 04 Feb 2009 23:40:01 +0000 rubidium (svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h. draft
Mon, 12 Jan 2009 17:11:45 +0000 truebrain (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. draft
Tue, 06 Jan 2009 00:48:19 +0000 truebrain (svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir draft
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though. draft
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 draft
Mon, 06 Oct 2008 17:05:44 +0000 skidd13 (svn r14443) -Change: Unify the delimiters used in config* and make* draft
Mon, 08 Sep 2008 06:27:08 +0000 matthijs (svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in draft
Sun, 07 Sep 2008 13:24:49 +0000 matthijs (svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a draft
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 draft
Thu, 04 Sep 2008 19:15:52 +0000 truebrain (svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;)) draft
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 ':'). draft
Thu, 14 Aug 2008 15:37:52 +0000 glx (svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138) draft
Tue, 12 Aug 2008 18:03:32 +0000 glx (svn r14053) -Fix: branch detection failed for svn+ssh repos draft
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 draft
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 draft
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 draft
Sun, 18 Nov 2007 22:37:44 +0000 glx (svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version draft
Sun, 18 Nov 2007 20:38:24 +0000 glx (svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw draft
Sun, 21 Oct 2007 20:14:15 +0000 truelight (svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds draft
Sun, 21 Oct 2007 17:19:18 +0000 glx (svn r11335) -Fix (r11148): only consider changes in src when detecting modified (M) version draft
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. draft
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). draft
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC. draft
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). draft
Sat, 16 Jun 2007 21:57:30 +0000 rubidium (svn r10171) -Add: simple support for ccache (--with-ccache). draft
Thu, 07 Jun 2007 13:40:20 +0000 glx (svn r10057) -Fix (r10051): git version detection didn't work for mingw/msys draft
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 ;) draft
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!! draft
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. draft
Mon, 19 Feb 2007 21:18:39 +0000 truelight (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP draft
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 draft
Sun, 11 Feb 2007 16:28:00 +0000 truelight (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP draft
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++) draft
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ draft
Sat, 13 Jan 2007 18:44:38 +0000 glx (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps draft
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. draft
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. draft
Fri, 05 Jan 2007 15:01:51 +0000 rubidium (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended. draft
Tue, 02 Jan 2007 23:19:52 +0000 truelight (svn r7780) [Configure] -Fix: strip before copy, not copy before strip draft
Tue, 02 Jan 2007 20:19:25 +0000 truelight (svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system draft
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: draft