Mercurial > hg > Members > kono > nitros9-code
changeset 1939:3d05a1068944
Rename Startup to startup, changed date t to date -t
author | boisy |
---|---|
date | Sat, 26 Nov 2005 22:09:05 +0000 |
parents | 14e43c3ec661 |
children | a530244a3403 |
files | 3rdparty/packages/sierra/kingsquest3/Startup 3rdparty/packages/sierra/kingsquest3/makefile 3rdparty/packages/sierra/kingsquest3/startup |
diffstat | 3 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/sierra/kingsquest3/Startup Sat Nov 26 22:07:06 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -* Echo welcome message -echo * Sierra welcomes you to the * -echo * world of 3-D adventuring. * -* Lock shell and std utils into memory -link shell -* Start system time from keyboard -setime </1 -date t
--- a/3rdparty/packages/sierra/kingsquest3/makefile Sat Nov 26 22:07:06 2005 +0000 +++ b/3rdparty/packages/sierra/kingsquest3/makefile Sat Nov 26 22:09:05 2005 +0000 @@ -23,7 +23,7 @@ $(6809L2)/cmds/echo $(6809L2)/cmds/link \ $(6809L2)/cmds/setime -TEXTFILES_D1 = Startup tOC.txt +TEXTFILES_D1 = startup tOC.txt SUPPORTFILES_D1 = logDir object picDir sndDir tOC viewDir vol.0 \ vol.1 vol.2 vol.3 vol.4 vol.12 vol.14 words.tok @@ -35,7 +35,7 @@ vol.5 vol.6 vol.7 vol.9 vol.11 vol.12 vol.14 words.tok ALLOBJS = $(CMDS) -TEXTFILES = tOC.txt Startup +TEXTFILES = tOC.txt startup all: $(ALLOBJS)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/sierra/kingsquest3/startup Sat Nov 26 22:09:05 2005 +0000 @@ -0,0 +1,8 @@ +* Echo welcome message +echo * Sierra welcomes you to the * +echo * world of 3-D adventuring. * +* Lock shell and std utils into memory +link shell +* Start system time from keyboard +setime </1 +date -t