home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
edit
/
debugit
/
product-info
< prev
next >
Wrap
Text File
|
1995-10-17
|
992b
|
62 lines
.name
DebugIT
.fullname
DebugIT
.type
editor utility
.short
compiler error management
.description
DebugIT is a small compiler error management system for the editor GoldED and
the SAS/C compiler. Errors of the last compiler pass are listed in a window.
.version
2.1
.date
1995.2.17
.author
Dietmar Eilert
.restrictions
none
.requirements
GoldED 2, Installer
.distribution
resticted freeware
.email
DIETMAR@TOMATE.OCHE.DE
.address
Kampstraße 28
D-59269 Beckum
Germany
.exectype
68xxx
.installsize
40 K
.source
C source code included
.construction
DICE 2.07.54R
.described-by
Dietmar Eilert (DIETMAR@TOMATE.OCHE.DE)
.submittal
e-mail
.aminet-dir
text/edit
.execute
set choice `RequestChoice "DebugIT" "Please select an option" "View Readme" "View Guide" "Install Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool DebugIT21.readme TEXT
endif
if $choice EQ "2"
MetaTool ReadMe GUIDE
endif
if $choice EQ "3"
Installer Install Match AVERAGE EXPERT
endif