Age | Commit message (Collapse) | Author |
|
appropriate warning flags in the Makefile
|
|
don't use the < operator)
|
|
compiler flags
|
|
|
|
set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
|
|
it for
dynamic arrays
|
|
|
|
|
|
|
|
-Change: Makefile added -Wsign-compare flag
|
|
|
|
|
|
|
|
-Fix: Makefile now correctly works for cygwin/mingw; altough defining only cygwin does not compile the game
-Fix: moved SDL information message from severity 0 to 1. Only errors/severe warnings should be level 0
|
|
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
|
|
compile the game (Oskar_)
|
|
makes the compilation process into more than one job which makes it able to benefit from multiple CPUs. Using -j without setting a limit of jobs (like -j2) is not a great idea (thanks to ln-- for reporting the need for this one)
|
|
map.c and map.h
|
|
|
|
|
|
string contained space. Did the same fix to OSXAPP, just in case it's changed to something containing space at a later date
|
|
unique id (generated via md5)
|
|
to fix the path issues when building nightly builds with a cronjob
|
|
clean (should only be a check for openttd binary)
Tron forgot to credit Celestar for last commit (rev 1009)
|
|
appears to be needed in the nightly builds
|
|
users can't use a dynamic build
|
|
|
|
get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
|
|
caused failures if RELEASE contained spaces
|
|
|
|
Mac: sets the STATIC flag if no makefile.config is found
|
|
added completely customizable lang path (all non-Windows OSes)
|
|
detection if SDL was not used
Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng
|
|
servers without linking to SDL. Request by Jezral
|
|
|
|
|
|
|
|
|
|
|
|
this dependency to the all target
|
|
|
|
commands actually used for compilation.
|
|
|
|
This also fixes the annoying unecessary language file recompiles.
|
|
|
|
|
|
work
|
|
regarding stations. Waypoints look changes based on year now :^) (pasky).
|
|
RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set
makefile.config version 3
|
|
Updated makefile.config to versiontag 2 for autoupdating purposes
|