1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.

The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
This commit is contained in:
rubidium
2010-08-14 14:50:06 +00:00
parent 5933086e61
commit 7d11c392a4
56 changed files with 5170 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ ifdef DISTCC
@if [ -z "`echo '$(MFLAGS)' | grep '\-j'`" ]; then echo; echo "WARNING: you enabled distcc support, but you don't seem to be using the -jN paramter"; echo; fi
endif
@for dir in $(DIRS); do \
$(MAKE) -C $$dir all; \
$(MAKE) -C $$dir all || exit 1; \
done
ifdef LIPO
# Lipo is an OSX thing. If it is defined, it means we are building for universal,