diff options
author | rubidium <rubidium@openttd.org> | 2007-01-02 19:19:48 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-02 19:19:48 +0000 |
commit | 66bbf336c6af7353ef0aeed58002c46543b30635 (patch) | |
tree | ad4a63860df2626b22f77e7dac712e958bea54cb /bin/data | |
parent | ccc0a3f4dbf58c005b22341ac8874252924690cd (diff) | |
download | openttd-66bbf336c6af7353ef0aeed58002c46543b30635.tar.xz |
(svn r7759) -Merge: makefile rewrite. This merge features:
- A proper ./configure, so everything needs to be configured only once, not for every make.
- Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
- A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
- Proper support for OSX universal binaries.
- Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
- Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.
Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
Diffstat (limited to 'bin/data')
-rw-r--r-- | bin/data/2ccmap.grf | bin | 0 -> 66566 bytes |
-rw-r--r-- | bin/data/airports.grf | bin | 0 -> 9488 bytes |
-rw-r--r-- | bin/data/autorail.grf | bin | 0 -> 9747 bytes |
-rw-r--r-- | bin/data/canalsw.grf | bin | 0 -> 41639 bytes |
-rw-r--r-- | bin/data/dosdummy.grf | bin | 0 -> 90 bytes |
-rw-r--r-- | bin/data/elrailsw.grf | bin | 0 -> 7699 bytes |
-rw-r--r-- | bin/data/nsignalsw.grf | bin | 0 -> 50012 bytes |
-rw-r--r-- | bin/data/openttd.grf | bin | 0 -> 30426 bytes |
-rw-r--r-- | bin/data/opntitle.dat | bin | 0 -> 138680 bytes |
-rw-r--r-- | bin/data/trkfoundw.grf | bin | 0 -> 91558 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/bin/data/2ccmap.grf b/bin/data/2ccmap.grf Binary files differnew file mode 100644 index 000000000..4e833c0e8 --- /dev/null +++ b/bin/data/2ccmap.grf diff --git a/bin/data/airports.grf b/bin/data/airports.grf Binary files differnew file mode 100644 index 000000000..8c35d18d0 --- /dev/null +++ b/bin/data/airports.grf diff --git a/bin/data/autorail.grf b/bin/data/autorail.grf Binary files differnew file mode 100644 index 000000000..cd6fd293c --- /dev/null +++ b/bin/data/autorail.grf diff --git a/bin/data/canalsw.grf b/bin/data/canalsw.grf Binary files differnew file mode 100644 index 000000000..045eae15e --- /dev/null +++ b/bin/data/canalsw.grf diff --git a/bin/data/dosdummy.grf b/bin/data/dosdummy.grf Binary files differnew file mode 100644 index 000000000..6524d5971 --- /dev/null +++ b/bin/data/dosdummy.grf diff --git a/bin/data/elrailsw.grf b/bin/data/elrailsw.grf Binary files differnew file mode 100644 index 000000000..f722d1e3a --- /dev/null +++ b/bin/data/elrailsw.grf diff --git a/bin/data/nsignalsw.grf b/bin/data/nsignalsw.grf Binary files differnew file mode 100644 index 000000000..03dee7863 --- /dev/null +++ b/bin/data/nsignalsw.grf diff --git a/bin/data/openttd.grf b/bin/data/openttd.grf Binary files differnew file mode 100644 index 000000000..95ec41dbb --- /dev/null +++ b/bin/data/openttd.grf diff --git a/bin/data/opntitle.dat b/bin/data/opntitle.dat Binary files differnew file mode 100644 index 000000000..70caa9ff8 --- /dev/null +++ b/bin/data/opntitle.dat diff --git a/bin/data/trkfoundw.grf b/bin/data/trkfoundw.grf Binary files differnew file mode 100644 index 000000000..5fbfa36e9 --- /dev/null +++ b/bin/data/trkfoundw.grf |