/*

m1 r 6

readme.txt

(c) 1999 Keinall "Granitor" Caddle

created 1999-02-09, a Tuesday, circa 13:00 Hrs

*/

::: Please read usage.txt before using this program!!! :::

With this realese of m1,
I am pleased to announce that
It seems bug -free.

The horrendous design flaws remain,
but I already mentioned I would not be fixing them...
m2 / m3 are being redesigned form scratch to use much 
faster rendering.

Also, I'm splitting the distibution of m into packages,
basically binary and source...
see the web page for more current details.

[http://www.geocities.com/SiliconValley/Lakes/2658/m1.htm]


/* ----------- Important messages ------------*/

All code, comments, etc.
are (C) 1999 Keinall H. Caddle.
some code / comments from Chip
and Nelish are also present.

However, you may redistribute everything as you
wish, under these conditions:

1) No fee may be charged, except a reasonable one
for the media, etc.
2) This copyright/disclaimer must appear, and 
any modification made to my original creation
must be clearly indicated before it is 
redistributed.
3) ABSOLUTELY NO WARRANTY is given, espressed
or implied, for this software. Use at your
own risk. I will not be held liable.
I do not even have faith in this code,
neighter should you!

/* Building instructions (for developers only) ---- */

I learnt how to use make (TABs are a must),
so to build m1 you can now type:

make 

or 

make all

if you feel like being explicit.

Also, 

make clean

wipes all the unnessary .o files,
and 

make veryclean

wipes the exe as well.

Not that make attempts to use DJP to pack the exe;
it's called mlp[something] on the DJGPP mirrors...
go get it, it'll make u happier.

One final note:

If you don't use PGCC and/or don't want to compile 
Pentium-optimised binaries, make sure  PGCC = 1 in 
the makefile is commented out.
[That might mean u, Chip....]

---Kei.

/* ------------ contact info -----------------*/

granitor@geocites.com

"Home" Page:

http://www.geocities.com/SiliconValley/Lakes/2658

Project page:

http://www.geocities.com/SiliconValley/Lakes/2658/m1.htm

Thanks again
to Chip and Nelish of #kode, #jerk on FEFnet (irc.fef.net)
for their help in motivating me...
(and laughing with me at horrible attempt)

I will document KC Sometime In The Future(tm). heh. 
Until then, you can guess how to play... 

/* ------- The End.... Or is it? --------------*/


see also:

usage.txt for command line arguments,
develog.txt for my random thoughts on this project,
and m1.c for the True Meaning of Bloop(tm).

