mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Remove "last release date" and hires texture stuff.
This commit is contained in:
parent
749eda39be
commit
8822fbc02c
1 changed files with 0 additions and 18 deletions
18
Makefile
18
Makefile
|
@ -1,9 +1,4 @@
|
||||||
|
|
||||||
# date of the last release:
|
|
||||||
|
|
||||||
#LAST_RELEASE_DATE = "dec 25 2004"
|
|
||||||
LAST_RELEASE_DATE = "dec 25 2005"
|
|
||||||
|
|
||||||
WADS_DIR=wads/
|
WADS_DIR=wads/
|
||||||
|
|
||||||
CPP=tools/simplecpp
|
CPP=tools/simplecpp
|
||||||
|
@ -141,19 +136,6 @@ $(WADS_DIR)/doom1.wad : wadinfo_sw.txt force $(WADS_DIR)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(DEUTEX) $(DEUTEX_ARGS) -iwad -build wadinfo_sw.txt $@
|
$(DEUTEX) $(DEUTEX_ARGS) -iwad -build wadinfo_sw.txt $@
|
||||||
|
|
||||||
#---------------------------------------------------------
|
|
||||||
# hires texture zip
|
|
||||||
|
|
||||||
HIRES_SRC=$(wildcard patches_hi/*.png) $(wildcard flats_hi/*.png)
|
|
||||||
HIRES_TGA=$(HIRES_SRC:%.png=.tga/%.tga)
|
|
||||||
|
|
||||||
.tga/%.tga : %.png
|
|
||||||
pngtopnm < $< | ppmtotga > $@
|
|
||||||
|
|
||||||
$(WADS_DIR)/freedoom_hires.zip : $(HIRES_TGA) $(WADS_DIR)
|
|
||||||
rm -f $(WADS_DIR)/freedoom_hires.zip
|
|
||||||
zip -j $(WADS_DIR)/freedoom_hires.zip $(HIRES_TGA) > /dev/null
|
|
||||||
|
|
||||||
dist : $(OBJS)
|
dist : $(OBJS)
|
||||||
./makepkgs $(OBJS)
|
./makepkgs $(OBJS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue