1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

(svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend.

This commit is contained in:
glx
2009-05-14 21:59:24 +00:00
parent 203cd6c2dd
commit b3a539b016
4 changed files with 975 additions and 5 deletions

1
configure vendored
View File

@@ -67,6 +67,7 @@ fi
TTD="openttd$EXE"
STRGEN="strgen$EXE"
ENDIAN_CHECK="endian_check$EXE"
DEPEND="depend$EXE"
if [ -z "$sort" ]; then
PIPE_SORT="sed s~a~a~"