FreeDM: add a FREEDM lump for source port detection

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
Mike Swanson 2010-09-15 13:55:03 -07:00
parent 88f258d181
commit 71e8fd0390
3 changed files with 12 additions and 2 deletions

View file

@ -178,7 +178,8 @@ clean:
./wadinfo.txt ./wadinfo_sw.txt \
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
./wadinfo_ult.txt \
./lumps/freedoom.lmp \
./lumps/freedoom.lmp \
./lumps/freedm.lmp \
./textures/doom/pnames.txt \
./textures/doom/texture1.txt \
./textures/doom2/pnames.txt \

View file

@ -214,6 +214,12 @@ DEMO4 = demo4_ud
#endif /* #ifdef ULTDOOM */
#ifdef FREEDM
FREEDM
#endif /* #ifdef FREEDM */
; boom colormaps
C_START

View file

@ -1,5 +1,5 @@
all : freedoom.lmp misc-lumps
all : freedoom.lmp freedm.lmp misc-lumps
misc-lumps:
make -C cph/misc-lumps
@ -7,6 +7,9 @@ misc-lumps:
freedoom.lmp: force
echo $(VERSION) > freedoom.lmp
freedm.lmp: force
echo $(VERSION) > freedm.lmp
force:
clean: