Age | Commit message (Collapse) | Author |
|
|
|
./configure.
NOTE: this does NOT support OpenTTD to be build in paths with a space in it as one cannot make "make" aware whether a space belongs to a file name or whether it's a separator between file names.
|
|
'mercurial' was accepted as source too (patch not by Sacro)
-Fix: that same message was slightly unclear in what it would mean for network joins
|
|
template (complain by blathijs ;))
|
|
rerun configure in those cases. Should avoid confusion (idea by Eddi)
|
|
wasn't detected .. not really what you expect. By the lack of imagination, a revert will have to do for now.
|
|
into it
|
|
don't need to run ./configure in the root of OpenTTD
|
|
|
|
explicitly as we don't use any functionality of it.
|
|
|
|
the default value as intended
|
|
|
|
breaking anything this time
|
|
compiling of universal binaries
|
|
|
|
incarnations
|
|
|
|
|
|
-Add: Unix man file gets now installed if necessary
|
|
|
|
./configre --help instead of static strings
|
|
as expected
|
|
entry files
|
|
introduced options.
|
|
|
|
builds without asserts
|
|
without asserts
|
|
declarations in GCC 2.95, so only use if for GCC >= 3.
|
|
declarations.
|
|
|
|
a string, also use DEBUG instead of fprintf in one case.
|
|
|
|
As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.
|
|
(much) better chance of actually getting something useful out of OSX stacktraces.
|
|
remove -Wno-empty-body from the configure script
|
|
|
|
Thanks to TrueLight for finding the solution to this one
Note: if the shared-dir setting is already broken due to this then you have to manually run configure again
|
|
the search paths (based on patch by pv2b)
It is possible to set this to something else setting shared-dir with config
This works on other OSes as well but it's off by default (and not really tested)
|
|
in config.lib
This should increase readability and conflict solving
|
|
move the debugdumpcommand stuff out of the network 'area').
|
|
-Codechange: shuffle params a bit, sort params in save_params_array in the same order as the table above
|
|
-Codechange: silence a few warnings of ICC
|
|
default settings
-Change: [OSX] configure will no longer enable static by default
Turns out that Leopard can't handle static builds without the user installing extra libs
The tradeoff is that now people might have to enable static manually if moving the binary around
|
|
|
|
at compile time.
|
|
functionality.
|
|
building universal binaries
10.5 support needs this and it will not break 10.3 support
|
|
and handle broken iconv declaration in OSX 10.5.
|
|
never show them for this compiler
|