mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 10:25:45 -04:00
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:
parent
f942477ccb
commit
d172ffd8ed
3 changed files with 4 additions and 202 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue