home *** CD-ROM | disk | FTP | other *** search
- #
- # AIDE configuration file.
- #
- # For each AIDE configuration variable,
- # replace its value with the full path
- # of the tool or directory of your choice.
- #
- # An entry with a "*" next to its comment
- # is NOT optional.
- #
-
- # Editor *
- EDITOR=sys:tools/memacs
-
- # File viewer *
- VIEWER=ACE:bin/muchmore
-
- # Temporary directory for preprocessor,compiler,assembler & linker. *
- TMPDIR=RAM:t
-
- # Directory in which to put built executables and icons.
- # If not specified, this defaults to the directory in which
- # the source file which is being compiled resides.
- #BLTDIR=ACE:Run
-
- # Directory in which docs for the compiler, assembler & linker reside. *
- DOCDIR=ACE:docs
-