Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-10 | (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not ↵ | truelight | |
os2.cpp | |||
2007-01-07 | (svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. ↵ | truelight | |
They should now. | |||
2007-01-07 | (svn r7942) Trim another 192 lines from the configure monster | tron | |
2007-01-07 | (svn r7939) Fix useless use of cat | tron | |
2007-01-02 | (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on ↵ | truelight | |
correctly (and therefor it was lost) | |||
2007-01-02 | (svn r7764) [Configure] -Fix: a forced direct-music is as valid as an ↵ | truelight | |
autodetected | |||
2007-01-02 | (svn r7759) -Merge: makefile rewrite. This merge features: | rubidium | |
- 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. | |||
2006-12-10 | (svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley) | Darkvater | |
2006-11-17 | (svn r7196) -Feature: use fontconfig so one can set the font family name in ↵ | rubidium | |
openttd.cfg instead of the full path to the font. | |||
2006-11-16 | (svn r7182) -Feature: Merge utf8 branch. This brings us support for ↵ | peter1138 | |
Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. | |||
2006-10-12 | (svn r6751) -Fix: Add option to enable/disable network support. Default is on | Darkvater | |
2006-06-29 | (svn r5426) - Makefile: Make the configure script work properly for setting ↵ | peter1138 | |
target compilers; Set CC_TARGET / CXX_TARGET up the same way as CC_HOST / CXX_HOST, and add or fix their options within the configure script. In the Makefile, instead of overriding CC / CXX with the target compilers if they are set, set the target compilers with the default compilers if none are set (bit of a mouthful), and use the target compilers explicitly. | |||
2006-06-10 | (svn r5220) Testing for existence AND using rm -f is tautologous | tron | |
2006-03-31 | (svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > ↵ | Darkvater | |
10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported | |||
2006-03-31 | (svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and ↵ | peter1138 | |
LIBPNG_CONFIG | |||
2006-03-23 | (svn r4066) -Fix: oops, forgot to remove a debug line | truelight | |
2006-03-23 | (svn r4065) -Fix: the configure now knows --host-cflags | truelight | |
2006-03-23 | (svn r4064) -Fix: fixes for configure to accept spaces in params. This are ↵ | truelight | |
mostly bypasses because bash really does suck in handling spaces and " stuff :( | |||
2006-03-23 | (svn r4059) -Fix: add --dedicated flag to configure | truelight | |
2006-03-15 | (svn r3894) -Fix: use "" over in configure | truelight | |
2006-03-14 | (svn r3873) -Fix: don't remove Makefile.config if it isn't there in the ↵ | truelight | |
first place -Add: allow --debug=3 to enable DEBUG lvl 3 (--debug results in a lvl 1) | |||
2006-03-14 | (svn r3870) -Fix: missed one item in last commit, tnx glx :) | truelight | |
2006-03-14 | (svn r3869) -Fix: don't use OS in configure, some system have that defined ;) | truelight | |
2006-03-14 | (svn r3867) -Add: added --debug, --profile and --revision to configure | truelight | |
2006-03-14 | (svn r3866) -Fix: only add CXX if it is given | truelight | |
Word of warning: configure _does_ delete your Makefile.config! | |||
2006-03-14 | (svn r3865) -Add: a fully optional configure script, that is a wrapper around | truelight | |
Makefile.config, inserting data directly into it. This is needed for the CompileFarm (nightly) and most likely it will help out many people who want to cross-compile. I might have missed several options out of the Makefile.config, but those are the needed ones for the CompileFarm. | |||
2004-12-08 | (svn r988) Removed the JAM file stuff since it turned out that nobody uses ↵ | bjarni | |
it anymore and it is not maintained anymore | |||
2004-08-09 | (svn r1) Import of revision 975 of old (crashed) SVN | truelight | |