Changeset - r17947:429fbf8ea627
[Not reviewed]
master
0 8 12
rubidium - 13 years ago 2011-08-20 12:52:45
rubidium@openttd.org
(svn r22766) -Add: river graphics for the original base set (andythenorth)
1 file changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
Makefile.grf.in
Show inline comments
 
@@ -42,8 +42,8 @@ NFORENUM := $(shell [ `nforenum -s -v 2>
 
MD5SUM   := $(shell [ "$(OS)" = "OSX" ] && echo "md5 -r" || echo "md5sum")
 

	
 
# Some "should not be changed" settings.
 
NFO_FILES    := $(GRF_DIR)/*.nfo
 
PNG_FILES    := $(GRF_DIR)/*.png
 
NFO_FILES    := $(GRF_DIR)/*.nfo $(GRF_DIR)/rivers/*.nfo
 
PNG_FILES    := $(GRF_DIR)/*.png $(GRF_DIR)/rivers/*.png
 

	
 
# Build the GRF.
 
all: $(BIN_DIR)/openttd.grf

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)