build: Remove wadinfo-builder script.

The effect of this script should be a no-op and the script therefore
entirely redundant now that #487 and #489 have been merged. Fixes #485.
This commit is contained in:
Simon Howard 2017-09-07 20:17:44 -04:00
parent f942477ccb
commit d172ffd8ed
3 changed files with 4 additions and 202 deletions

View file

@ -35,13 +35,13 @@ lumps/freedoom.lmp lumps/freedm.lmp: force
# update wadinfo.txt
wadinfo.txt: buildcfg.txt subdirs lumps/freedoom.lmp
$(CPP) -P -DDOOM2 < $< | scripts/wadinfo-builder.py > $@
$(CPP) -P -DDOOM2 < $< > $@
wadinfo_phase1.txt: buildcfg.txt subdirs lumps/freedoom.lmp
$(CPP) -P -DDOOM1 -DULTDOOM < $< | scripts/wadinfo-builder.py -dummy > $@
$(CPP) -P -DDOOM1 -DULTDOOM < $< > $@
wadinfo_phase2.txt: buildcfg.txt subdirs lumps/freedoom.lmp
$(CPP) -P -DDOOM2 < $< | scripts/wadinfo-builder.py -dummy > $@
$(CPP) -P -DDOOM2 < $< > $@
wadinfo_freedm.txt : buildcfg.txt subdirs lumps/freedoom.lmp lumps/freedm.lmp
$(CPP) -P -DFREEDM < $< | scripts/wadinfo-builder.py -dummy > $@
$(CPP) -P -DFREEDM < $< > $@
# deutex doesnt allow redirects for the filenames in the texture
# entries, so we have to change the texture1 symlink to point