Copyright messages and glue

Nathan Fiedler (nfiedler@geoworks.com)
Tue, 27 Aug 1996 10:19:39 -0700 (PDT)

If you remember, recently we discussed how to replace the default
"Copyright (c) Geoworks" message that goes into all geodes with your own
message. Here is how to put your own copyright message in your geodes:

- - Create a local.mk file, like the examples in many of the sample
applications.
- - Add the following line:

LINKFLAGS += -N 32_character_string_with_no_spaces

- - Now recompile your program (at least make it re-glue). To check that
your message is in the geode, open the .geo file with MS-DOS editor and
scroll horizontally on line 1 to find it.

BTW, I've updated my Draw, Text Editor, and ExpertMode programs. The only
changes are basically in the source code and how they reference objects.
I changed Draw and Text Editor to be single launchable, as I mentioned
before. Oh, Text Editor does have one bug fix: it doesn't reset the font
when you print the first time.

Nathan