buildcfg: Separate demos to specific IWAD targets

The same demos won't work across IWADs; the previous commit completely
locked up Boom when using doom.wad.  Now there will be independent demos
for each IWAD.

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
Mike Swanson 2008-12-30 17:08:59 -08:00
parent 66eb36a198
commit 43947f1886
2 changed files with 19 additions and 3 deletions

View file

@ -185,14 +185,30 @@ MAP32
PLAYPAL PLAYPAL
COLORMAP COLORMAP
ENDOOM ENDOOM
DEMO1
DEMO2
DEMO3
GENMIDI GENMIDI
;DMXGUS ;DMXGUS
;DMXGUSC ;DMXGUSC
FREEDOOM FREEDOOM
#ifdef DOOM2
DEMO1 = demo1_d2
#else
DEMO1
#endif /* #ifdef DOOM2 */
DEMO2
DEMO3
#ifdef ULTDOOM
DEMO4
#endif /* #ifdef ULTDOOM */
; boom colormaps ; boom colormaps
C_START C_START