home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / exec / exec.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  796 b   |  32 lines

  1.     IFND    EXEC_EXEC_I
  2. EXEC_EXEC_I    EQU    1
  3. *    $Filename: exec/exec.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.7 $
  6. *    $Date: 90/05/10 $
  7. *    Include all other Exec include files in non-overlapping order.
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_TYPES_I
  11.     INCLUDE    "exec/types.i"
  12.     ENDC
  13.     INCLUDE    "exec/macros.i"
  14.     INCLUDE    "exec/nodes.i"
  15.     INCLUDE    "exec/lists.i"
  16.     INCLUDE    "exec/alerts.i"
  17.     INCLUDE    "exec/errors.i"
  18.     INCLUDE    "exec/initializers.i"
  19.     INCLUDE    "exec/resident.i"
  20.     INCLUDE    "exec/strings.i"
  21.     INCLUDE    "exec/memory.i"
  22.     INCLUDE    "exec/tasks.i"
  23.     INCLUDE    "exec/ports.i"
  24.     INCLUDE    "exec/interrupts.i"
  25.     INCLUDE    "exec/semaphores.i"
  26.     INCLUDE    "exec/libraries.i"
  27.     INCLUDE    "exec/io.i"
  28.     INCLUDE    "exec/devices.i"
  29.     INCLUDE    "exec/execbase.i"
  30.     INCLUDE    "exec/ables.i"
  31.     ENDC
  32.