home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d969 / ace.lha / ACE / ACE-2.0.lha / AIDE.lha / AIDE.config < prev    next >
Text File  |  1994-01-14  |  657b  |  28 lines

  1. #
  2. # AIDE configuration file.
  3. #
  4. # For each AIDE configuration variable, 
  5. # replace its value with the full path 
  6. # of the tool or directory of your choice.
  7. #
  8. # An entry with a "*" next to its comment 
  9. # is NOT optional.
  10. #
  11.  
  12. # Editor *
  13. EDITOR=sys:tools/memacs
  14.  
  15. # File viewer *
  16. VIEWER=ACE:bin/muchmore
  17.  
  18. # Temporary directory for preprocessor,compiler,assembler & linker. *
  19. TMPDIR=RAM:t
  20.  
  21. # Directory in which to put built executables and icons.
  22. # If not specified, this defaults to the directory in which
  23. # the source file which is being compiled resides.
  24. #BLTDIR=ACE:Run
  25.  
  26. # Directory in which docs for the compiler, assembler & linker reside. *
  27. DOCDIR=ACE:docs
  28.