Changeset - r16273:16ddd6e87b1f
[Not reviewed]
master
11 34 1
rubidium - 14 years ago 2010-10-18 12:24:56
rubidium@openttd.org
(svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of converting them during compilation. Also fix misconverted sprite and some comments
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
 
@@ -64,7 +64,7 @@ all: $(BIN_DIR)/openttd.grf
 
	$(Q) gcc -I$(GRF_DIR) -C -E - < "$(GRF_DIR)/openttd.nfo" | sed -e '/^#/d' -e '/^$$/d' > $(OBJS_DIR)/sprites/openttd.nfo
 
	$(Q) $(NFORENUM) $(OBJS_DIR)/sprites/openttd.nfo
 
	$(E) '$(STAGE) Compiling openttd.grf'
 
	$(Q) $(GRFCODEC) -e -m1 $(OBJS_DIR)/openttd.grf
 
	$(Q) $(GRFCODEC) -e -p1 $(OBJS_DIR)/openttd.grf
 
	$(Q) cp $(OBJS_DIR)/openttd.grf $(BIN_DIR)/openttd.grf
 
	$(E) '$(STAGE) Updating base graphics sets'
 
	$(Q) for grf in $(BIN_DIR)/orig*.obg; do sed 's/^OPENTTD.GRF  = [0-9a-f]*$$/OPENTTD.GRF  = '`$(MD5SUM) $(BIN_DIR)/openttd.grf | sed 's@ .*@@'`'/' $$grf > $$grf.tmp && mv $$grf.tmp $$grf; done

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

0 comments (0 inline, 0 general)