mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
For "full" IWADs, include all patches, instead of only patches found in TEXTURE1.
This commit is contained in:
parent
8b40c8fde3
commit
f043aadecf
2 changed files with 41 additions and 9 deletions
8
Makefile
8
Makefile
|
@ -40,8 +40,14 @@ textures/freedm/texture1.txt: textures/combined.txt
|
|||
textures/shareware/texture1.txt: textures/combined.txt
|
||||
$(CPP) -DSHAREWARE < $< > $@
|
||||
|
||||
textures/%/pnames.txt: textures/%/texture1.txt
|
||||
textures/shareware/pnames.txt: textures/shareware/texture1.txt
|
||||
./extract-pnames.pl < $< > $@
|
||||
textures/doom/pnames.txt: textures/doom/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
textures/doom2/pnames.txt: textures/doom2/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
textures/freedm/pnames.txt: textures/freedm/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
|
||||
# update wadinfo.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue