home *** CD-ROM | disk | FTP | other *** search
- *************************************
- * *
- * Intuition Support v2.0 *
- * by Torsten Jürgeleit in 05/91 *
- * *
- * Library startup data *
- * *
- *************************************
-
- INCLUDE <exec/libraries.i>
-
- VERSION EQU 2
- REVISION EQU 0
- PRIORITY EQU 0
-
- LIB_SIZEOF EQU LIB_SIZE ; size of standard library
-
- LIB_NAME MACRO
- dc.b "intuisup.library",0
- ENDM
-
- LIB_ID MACRO
- dc.b "Intuition support library v2.0 by Torsten Jürgeleit"
- ENDM
-