mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-03 10:25:46 -04:00
FreeDM: add a FREEDM lump for source port detection
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
88f258d181
commit
71e8fd0390
3 changed files with 12 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -178,7 +178,8 @@ clean:
|
||||||
./wadinfo.txt ./wadinfo_sw.txt \
|
./wadinfo.txt ./wadinfo_sw.txt \
|
||||||
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
|
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
|
||||||
./wadinfo_ult.txt \
|
./wadinfo_ult.txt \
|
||||||
./lumps/freedoom.lmp \
|
./lumps/freedoom.lmp \
|
||||||
|
./lumps/freedm.lmp \
|
||||||
./textures/doom/pnames.txt \
|
./textures/doom/pnames.txt \
|
||||||
./textures/doom/texture1.txt \
|
./textures/doom/texture1.txt \
|
||||||
./textures/doom2/pnames.txt \
|
./textures/doom2/pnames.txt \
|
||||||
|
|
|
@ -214,6 +214,12 @@ DEMO4 = demo4_ud
|
||||||
|
|
||||||
#endif /* #ifdef ULTDOOM */
|
#endif /* #ifdef ULTDOOM */
|
||||||
|
|
||||||
|
#ifdef FREEDM
|
||||||
|
|
||||||
|
FREEDM
|
||||||
|
|
||||||
|
#endif /* #ifdef FREEDM */
|
||||||
|
|
||||||
; boom colormaps
|
; boom colormaps
|
||||||
|
|
||||||
C_START
|
C_START
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
all : freedoom.lmp misc-lumps
|
all : freedoom.lmp freedm.lmp misc-lumps
|
||||||
|
|
||||||
misc-lumps:
|
misc-lumps:
|
||||||
make -C cph/misc-lumps
|
make -C cph/misc-lumps
|
||||||
|
@ -7,6 +7,9 @@ misc-lumps:
|
||||||
freedoom.lmp: force
|
freedoom.lmp: force
|
||||||
echo $(VERSION) > freedoom.lmp
|
echo $(VERSION) > freedoom.lmp
|
||||||
|
|
||||||
|
freedm.lmp: force
|
||||||
|
echo $(VERSION) > freedm.lmp
|
||||||
|
|
||||||
force:
|
force:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue