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.
- #
- # All definitions are optional. Place a '#'
- # before a name if you want to comment out
- # the corresponding definition.
- #
-
- ##
- ## TOOLS
- ##
-
- # Editor (default=c:Ed).
- #
- EDITOR=sys:tools/memacs
-
- # File viewer (default=ACE:bin/muchmore).
- #
- VIEWER=ACE:bin/muchmore
-
- # Calculator tool (no default).
- #
- CALCTOOL=ACE:utils/ACECalc/ACEcalc
-
- # AmigaGuide tool. If this entry is set, AIDE uses ref.guide, ace.guide
- # and aide.guide instead of the equivalent .doc files.
- #
- # Example.Guide also relies upon this tool.
- #
- # The tool itself is likely to be either AmigaGuide or MultiView.
- #
- #AGDTOOL=sys:utilities/AmigaGuide
-
-
- ##
- ## DIRECTORIES
- ##
-
- # Temporary directory for preprocessor,compiler,assembler & linker
- # (default=T:).
- #
- TMPDIR=T:
-
- # Directory in which to (initially) look for ACE source files.
- #
- # If not specified, defaults to directory in which AIDE is started from.
- #
- SRCDIR=ACE:prgs
-
- # 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
- # (default=ACE:docs).
- #
- DOCDIR=ACE:docs
-