home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / aurora21 / main.aml < prev    next >
Text File  |  1995-08-10  |  1KB  |  55 lines

  1.  
  2. // -------------------------------------------------------------------
  3. // The Aurora Editor v2.1
  4. // Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
  5. //
  6. // Main Macro Source file
  7. //
  8. // If you have made any changes, save this file and select 'Recompile
  9. // the Editor' <alt f2> from the Set menu. Exit and re-enter the
  10. // editor for your changes to take effect.
  11. // -------------------------------------------------------------------
  12.  
  13.  
  14.   object a
  15.  
  16.     // compile-time macros and constants
  17.     include  bootpath "define.aml"
  18.  
  19.     // system settings
  20.     include  bootpath "system.aml"
  21.  
  22.  
  23.   object  prf
  24.  
  25.     // configuration settings
  26.     include  amlfile "config"
  27.  
  28.  
  29.   object  a
  30.  
  31.     // colors
  32.     include  bootpath "color.aml"
  33.  
  34.     // library
  35.     include  amlfile "lib"
  36.  
  37.     // extensions
  38.     include  bootpath "ext.aml"
  39.  
  40.     // menu definitions
  41.     include  bootpath "menu.aml"
  42.  
  43.     // keyboard definitions
  44.     include  bootpath "kbd.aml"
  45.  
  46.     // mouse definitions
  47.     include  bootpath "mouse.aml"
  48.  
  49.     // syntax highlighting definitions
  50.     include  bootpath "syntax.aml"
  51.  
  52.     // translation definitions
  53.     include  bootpath "tran.aml"
  54.  
  55.