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:
Mike Swanson 2009-06-23 19:59:46 -07:00
parent 86bcacccf8
commit 1c34d4c32b
3 changed files with 11 additions and 3 deletions

View file

@ -7,7 +7,7 @@
; -DULTDOOM to build for ultimate 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.
;
; Redistribution and use in source and binary forms, with or without
@ -547,11 +547,15 @@ D_DM2INT
; List of Pictures (with insertion point)
[graphics]
#ifdef ULTDOOM
TITLEPIC 0 0 = doomuttl
#else
#ifdef FREEDM
TITLEPIC 0 0 = dmttl
#else
TITLEPIC 0 0 = doomttl
#endif
#endif
#ifdef DOOM2
HELP 0 0

1
graphics/doomuttl.gif Symbolic link
View file

@ -0,0 +1 @@
titlepic/ultdoom.gif

View file

@ -1,4 +1,4 @@
titlepic: freedoom.gif freedm.gif
titlepic: freedoom.gif freedm.gif ultdoom.gif
freedoom.gif: titlepic.gif
./create_caption Freedoom $@
@ -6,7 +6,10 @@ freedoom.gif: titlepic.gif
freedm.gif: titlepic.gif
./create_caption FreeDM $@
ultdoom.gif: titlepic.gif
./create_caption "\"Ultimate Freedoom\"" $@
clean:
rm -f freedm.gif freedoom.gif
rm -f freedm.gif freedoom.gif ultdoom.gif
.PHONY: clean