mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Build wadinfo_ult.txt, needed by udoom iwad target
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
5c8314cbdf
commit
8e491ac871
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -85,6 +85,8 @@ wadinfo_sw.txt: buildcfg.txt force textures/shareware/pnames.txt
|
|||
$(CPP) -P -DSHAREWARE < $< | ./wadinfo-builder.pl -dummy > $@
|
||||
wadinfo_iwad.txt: buildcfg.txt force textures/doom2/pnames.txt
|
||||
$(CPP) -P -DDOOM2 < $< | ./wadinfo-builder.pl -dummy > $@
|
||||
wadinfo_ult.txt: buildcfg.txt force textures/doom/pnames.txt
|
||||
$(CPP) -P -DDOOM1 < $< | ./wadinfo-builder.pl -dummy > $@
|
||||
wadinfo_freedm.txt : buildcfg.txt force textures/freedm/pnames.txt
|
||||
$(CPP) -P -DFREEDM < $< | ./wadinfo-builder.pl -dummy > $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue