home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
AUROR21A.ZIP
/
MAIN.AML
< prev
next >
Wrap
Text File
|
1995-09-01
|
1KB
|
55 lines
// -------------------------------------------------------------------
// The Aurora Editor v2.1
// Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
//
// Main Macro Source file
//
// If you have made any changes, save this file and select 'Recompile
// the Editor' <alt f2> from the Set menu. Exit and re-enter the
// editor for your changes to take effect.
// -------------------------------------------------------------------
object a
// compile-time macros and constants
include bootpath "define.aml"
// system settings
include bootpath "system.aml"
object prf
// configuration settings
include amlfile "config"
object a
// colors
include bootpath "color.aml"
// library
include amlfile "lib"
// extensions
include bootpath "ext.aml"
// menu definitions
include bootpath "menu.aml"
// keyboard definitions
include bootpath "kbd.aml"
// mouse definitions
include bootpath "mouse.aml"
// syntax highlighting definitions
include bootpath "syntax.aml"
// translation definitions
include bootpath "tran.aml"