Makefile.in
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though.
Thu, 16 Oct 2008 11:12:18 +0000 truebrain (svn r14474) -Add: allow --binary-name to set the name of the binary, icon, desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly
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*
Thu, 04 Sep 2008 19:15:52 +0000 truebrain (svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))
Tue, 02 Sep 2008 16:28:31 +0000 truebrain (svn r14227) -Fix [configure]: detect if we are in a new directory, and rerun configure in those cases. Should avoid confusion (idea by Eddi)
Tue, 02 Sep 2008 15:34:38 +0000 truebrain (svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD
Fri, 15 Aug 2008 11:58:15 +0000 rubidium (svn r14074) -Codechange: split the bundle generation out of the main makefile so it can be reused for making bundles from MSVC compiles.
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 14:32:35 +0000 smatz (svn r13894) -Fix: bashisms in configure and Makefile.in
Wed, 23 Jul 2008 16:58:52 +0000 skidd13 (svn r13805) -Fix(r13801): Missed a replacement
Wed, 23 Jul 2008 16:44:04 +0000 skidd13 (svn r13803) -Fix(r13801): Copy & paste mistakes
Wed, 23 Jul 2008 15:37:20 +0000 skidd13 (svn r13801) -Add: further configuration options to make packaging more union
Tue, 22 Jul 2008 17:18:53 +0000 skidd13 (svn r13785) -Add: support for freedesktop.org desktop entry files
Wed, 02 Apr 2008 16:20:30 +0000 matthijs (svn r12542) -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead.
Mon, 14 Jan 2008 20:30:05 +0000 bjarni (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir
Sun, 21 Oct 2007 11:48:44 +0000 bjarni (svn r11328) -Cleanup (r11327): removed unneeded line
Sun, 21 Oct 2007 11:38:16 +0000 bjarni (svn r11327) -Fix (r7262): [OSX] make bundle_dmg once again names the mounted dmg "OpenTTD rev" (instead of just "bundle")
Sat, 06 Oct 2007 22:08:04 +0000 truelight (svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)
Sat, 06 Oct 2007 13:20:27 +0000 glx (svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
Sat, 06 Oct 2007 13:18:43 +0000 rubidium (svn r11217) -Update: the readme as some things weren't quite right anymore.
Wed, 27 Jun 2007 18:53:24 +0000 rubidium (svn r10360) -Fix (r10359): make should always do "make all" by default
Wed, 27 Jun 2007 18:50:18 +0000 rubidium (svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do.
Mon, 18 Jun 2007 19:42:48 +0000 truelight (svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle'
Sun, 17 Jun 2007 15:48:57 +0000 rubidium (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
Mon, 11 Jun 2007 10:29:07 +0000 rubidium (svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled.
Fri, 08 Jun 2007 17:54:48 +0000 truelight (svn r10067) -Add: 'make run-prof' profiles your code, simular to 'make run' and 'make run-gdb'
Thu, 15 Mar 2007 13:17:54 +0000 truelight (svn r9198) [Config] -Add: added 'make run-gdb' which starts gdb + OpenTTD + OPENTTD_ARGS for you
Mon, 12 Mar 2007 15:54:19 +0000 rubidium (svn r9131) -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories.
Thu, 08 Mar 2007 12:40:45 +0000 truelight (svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.
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
Sat, 06 Jan 2007 22:58:01 +0000 rubidium (svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
Fri, 05 Jan 2007 15:01:51 +0000 rubidium (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.
Wed, 03 Jan 2007 00:02:18 +0000 rubidium (svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist.
Tue, 02 Jan 2007 23:14:39 +0000 glx (svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check
Tue, 02 Jan 2007 22:29:26 +0000 truelight (svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
Tue, 02 Jan 2007 21:37:23 +0000 bjarni (svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: