home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / ACE / AIDE / aide.config < prev    next >
Text File  |  1994-10-24  |  1KB  |  65 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. # All definitions are optional. Place a '#' 
  9. # before a name if you want to comment out
  10. # the corresponding definition.
  11. #
  12.  
  13. ##
  14. ## TOOLS
  15. ##
  16.  
  17. # Editor (default=c:Ed).
  18. #
  19. EDITOR=sys:tools/memacs
  20.  
  21. # File viewer (default=ACE:bin/muchmore).
  22. #
  23. VIEWER=ACE:bin/muchmore
  24.  
  25. # Calculator tool (no default).
  26. #
  27. CALCTOOL=ACE:utils/ACECalc/ACEcalc
  28.  
  29. # AmigaGuide tool. If this entry is set, AIDE uses ref.guide, ace.guide
  30. # and aide.guide instead of the equivalent .doc files. 
  31. #
  32. # Example.Guide also relies upon this tool.
  33. #
  34. # The tool itself is likely to be either AmigaGuide or MultiView. 
  35. #
  36. #AGDTOOL=sys:utilities/AmigaGuide
  37.  
  38.  
  39. ##
  40. ## DIRECTORIES
  41. ##
  42.  
  43. # Temporary directory for preprocessor,compiler,assembler & linker
  44. # (default=T:).
  45. #
  46. TMPDIR=T:
  47.  
  48. # Directory in which to (initially) look for ACE source files.
  49. # If not specified, defaults to directory in which AIDE is started from.
  50. #
  51. SRCDIR=ACE:prgs
  52.  
  53. # Directory in which to put built executables and icons.
  54. #
  55. # If not specified, this defaults to the directory in which
  56. # the source file which is being compiled resides.
  57. #
  58. #BLTDIR=ACE:Run
  59.  
  60. # Directory in which docs for the compiler, assembler & linker reside
  61. # (default=ACE:docs).
  62. #
  63. DOCDIR=ACE:docs
  64.