mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
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:
parent
66eb36a198
commit
43947f1886
2 changed files with 19 additions and 3 deletions
22
buildcfg.txt
22
buildcfg.txt
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue