mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Remove Freedoom "graphics" WAD.
This commit is contained in:
parent
69efb59b2c
commit
f2501965ce
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -7,7 +7,6 @@ DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/
|
|||
|
||||
OBJS = \
|
||||
$(WADS)/freedoom.wad \
|
||||
$(WADS)/freedoom_graphics.wad \
|
||||
$(WADS)/freedoom_levels.wad \
|
||||
$(WADS)/freedoom_sprites.wad \
|
||||
$(WADS)/freedoom_sounds.wad \
|
||||
|
@ -85,13 +84,6 @@ $(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 $@
|
||||
|
||||
#---------------------------------------------------------
|
||||
# graphics wad
|
||||
|
||||
$(WADS)/freedoom_graphics.wad : wadinfo.txt subdirs force
|
||||
rm -f $@
|
||||
$(DEUTEX) $(DEUTEX_ARGS) -graphics -lumps -build wadinfo.txt $@
|
||||
|
||||
#---------------------------------------------------------
|
||||
# build levels wad
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue