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