From 71e8fd039031cc51a5ddc4e09914f6288ac9c055 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 15 Sep 2010 13:55:03 -0700 Subject: [PATCH] FreeDM: add a FREEDM lump for source port detection Signed-off-by: Mike Swanson --- Makefile | 3 ++- buildcfg.txt | 6 ++++++ lumps/Makefile | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80df1688..7133d781 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/buildcfg.txt b/buildcfg.txt index 3db4bf3e..216cc6b9 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -214,6 +214,12 @@ DEMO4 = demo4_ud #endif /* #ifdef ULTDOOM */ +#ifdef FREEDM + +FREEDM + +#endif /* #ifdef FREEDM */ + ; boom colormaps C_START diff --git a/lumps/Makefile b/lumps/Makefile index 22661940..11754891 100644 --- a/lumps/Makefile +++ b/lumps/Makefile @@ -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: