This commit is contained in:
Daveo 2001-07-25 16:20:01 +00:00
parent 3358131470
commit d3d9f1d840
3 changed files with 138 additions and 37 deletions

View file

@ -492,7 +492,8 @@ cleanmapscreens:
@$(ECHO) Map screens Cleaned
$(MAPSCREENS_OUT_DIR)/%.gfx : $(MAPSCREENS_IN_DIR)/%.tga
@$(TGA2GFX) $< $@
@$(TGA2GFX) $< a.tmp
@$(LZNP) a.tmp $@ >nul
GRAF_DIRS_TO_MAKE += $(MAPSCREENS_OUT_DIR)
GFX_DATA_OUT += $(MAPSCREENS_OUT)