mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
titlepic: Make the ultimate target have its own title
Right now it's called "Ultimate Freedoom"; a more original name should be given later down the line. Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
86bcacccf8
commit
1c34d4c32b
3 changed files with 11 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
; -DULTDOOM to build for ultimate doom
|
; -DULTDOOM to build for ultimate doom
|
||||||
; -DSHAREWARE to build for shareware doom
|
; -DSHAREWARE to build for shareware doom
|
||||||
;
|
;
|
||||||
; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
; Contributors to the Freedoom project. All rights reserved.
|
; Contributors to the Freedoom project. All rights reserved.
|
||||||
;
|
;
|
||||||
; Redistribution and use in source and binary forms, with or without
|
; Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -547,11 +547,15 @@ D_DM2INT
|
||||||
; List of Pictures (with insertion point)
|
; List of Pictures (with insertion point)
|
||||||
[graphics]
|
[graphics]
|
||||||
|
|
||||||
|
#ifdef ULTDOOM
|
||||||
|
TITLEPIC 0 0 = doomuttl
|
||||||
|
#else
|
||||||
#ifdef FREEDM
|
#ifdef FREEDM
|
||||||
TITLEPIC 0 0 = dmttl
|
TITLEPIC 0 0 = dmttl
|
||||||
#else
|
#else
|
||||||
TITLEPIC 0 0 = doomttl
|
TITLEPIC 0 0 = doomttl
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DOOM2
|
#ifdef DOOM2
|
||||||
HELP 0 0
|
HELP 0 0
|
||||||
|
|
1
graphics/doomuttl.gif
Symbolic link
1
graphics/doomuttl.gif
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
titlepic/ultdoom.gif
|
|
@ -1,4 +1,4 @@
|
||||||
titlepic: freedoom.gif freedm.gif
|
titlepic: freedoom.gif freedm.gif ultdoom.gif
|
||||||
|
|
||||||
freedoom.gif: titlepic.gif
|
freedoom.gif: titlepic.gif
|
||||||
./create_caption Freedoom $@
|
./create_caption Freedoom $@
|
||||||
|
@ -6,7 +6,10 @@ freedoom.gif: titlepic.gif
|
||||||
freedm.gif: titlepic.gif
|
freedm.gif: titlepic.gif
|
||||||
./create_caption FreeDM $@
|
./create_caption FreeDM $@
|
||||||
|
|
||||||
|
ultdoom.gif: titlepic.gif
|
||||||
|
./create_caption "\"Ultimate Freedoom\"" $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f freedm.gif freedoom.gif
|
rm -f freedm.gif freedoom.gif ultdoom.gif
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue