Add makefile section to build doom.wad

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
master
RjY 2008-12-21 21:52:46 +00:00 committed by Mike Swanson
parent 1ebdf2c905
commit 5c8314cbdf
1 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,14 @@ $(WADS)/doom2.wad: wadinfo_iwad.txt subdirs force
rm -f $@
$(DEUTEX) $(DEUTEX_ARGS) -iwad -textures -lumps -patch -flats -sounds -musics -graphics -sprites -levels -build wadinfo_iwad.txt $@
#---------------------------------------------------------
# udoom iwad
$(WADS)/doom.wad: wadinfo_ult.txt subdirs force
ln -sf doom/texture1.txt textures/texture1.txt
rm -f $@
$(DEUTEX) $(DEUTEX_ARGS) -iwad -textures -lumps -patch -flats -sounds -musics -graphics -sprites -levels -build wadinfo_ult.txt $@
#---------------------------------------------------------
# build levels wad