Rename ULTDOOM/DOOM2 cpp defines to PHASE1/PHASE2

More self-consistent with out project, and those names dated before
Freedoom had a stronger identity.
This commit is contained in:
Mike Swanson 2019-09-01 18:49:03 -07:00
parent 9f082e5ffa
commit a31450f5b9
3 changed files with 41 additions and 41 deletions

View file

@ -52,7 +52,7 @@ $(FREEDM): wadinfo_freedm.txt subdirs
# phase 1 (udoom) iwad
wadinfo_phase1.txt: buildcfg.txt subdirs lumps/freedoom.lmp
$(CPP) -P -DDOOM1 -DULTDOOM < $< > $@
$(CPP) -P -DPHASE1 < $< > $@
$(FREEDOOM1): wadinfo_phase1.txt subdirs
@mkdir -p $(WADS)
@ -63,7 +63,7 @@ $(FREEDOOM1): wadinfo_phase1.txt subdirs
# phase 2 (doom2) iwad
wadinfo_phase2.txt: buildcfg.txt subdirs lumps/freedoom.lmp
$(CPP) -P -DDOOM2 < $< > $@
$(CPP) -P -DPHASE2 < $< > $@
$(FREEDOOM2): wadinfo_phase2.txt subdirs
@mkdir -p $(WADS)