mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Add makefile section to build doom.wad
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
1ebdf2c905
commit
5c8314cbdf
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue