Changeset - r19110:4b2cb8e165ae
[Not reviewed]
master
0 6 0
rubidium - 13 years ago 2012-02-24 22:19:45
rubidium@openttd.org
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression
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
 
@@ -66,7 +66,7 @@ endif
 
	$(Q) gcc -I$(GRF_DIR) -C -E - < "$(GRF_DIR)/openttd.nfo" | sed -e '/^#/d' -e '/^$$/d' > $(OBJS_DIR)/sprites/openttd.nfo
 
	$(Q) $(NFORENUM) -s $(OBJS_DIR)/sprites/openttd.nfo
 
	$(E) '$(STAGE) Compiling openttd.grf'
 
	$(Q) $(GRFCODEC) -s -e -p1 $(OBJS_DIR)/openttd.grf
 
	$(Q) $(GRFCODEC) -n -s -e -p1 $(OBJS_DIR)/openttd.grf
 

	
 
# Clean up temporary files.
 
clean:

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

0 comments (0 inline, 0 general)