Glue linker flag -N

Nfiedler@aol.com
Tue, 27 Aug 1996 21:43:36 -0400

In case anyone was wondering how to change the copyright message that is
embedded in all geodes that are compiled using glue, here is the line to add
to your local.mk file:

LINKFLAGS += -N 32_character_string_with_no_spaces

You can put spaces in the string by using the \20 character. So the above
line would read:

LINKFLAGS += -N 32\20character\20string\20with\20spaces

So, what I do in my local.mk file is:

LINKFLAGS += -N Blue\20Marsh\20Softworks

Nathan