From 9bfacab65eb7500665d1f0d5bc2aa7c1c7e86c4d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 1 Mar 1997 22:29:54 +0000 Subject: [PATCH] added -a and -w flags original commit: 76a2247e165d98d204be72382e2ed60750ed8513 --- man/man1/mred.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/man/man1/mred.1 b/man/man1/mred.1 index d1a24bd2..f33dabe2 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -8,6 +8,13 @@ mred \- The Rice PLT GUI engine [-s .I sysfile ] +[-a +.I unit-filename +.I sig-filename +] +[-w +.I filename +] [-p .I image-filename .I splash-title @@ -41,6 +48,23 @@ a particular file. This overrides the system directory search path described below in FILES and must come before all other arguments. .PP +The -a flag directs +.I MrEd +to look in the first file for a unit/sig (not a +definition of a unit, just a plain unit) and the second file for signatures +that the unit/sig needs. That unit will be used to start a new appliaction +built on top of +.I MrEd. +See the Toolbox manual for more information on how to write your own +application using +.I MrEd. +.PP +The -w flag causes filename to be written over with a Static Debugger +file, which can be used to analyze your application. You must use the -a +flag and have written a Static Debugger conformant application to use this +flag. See the Static Debugger and the Toolbox manuals for more information +on Static Debugger conformancy and the -a flag respectively. +.PP The -p flag specifies a splash screen filename. The splash screen must be an image file supported by wx:bitmap% objects. See the mred manual for more information on what image types are supported by wx:bitmap% objects. The