home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
500-599
/
ff562.lza
/
Intuisup
/
Library
/
source.lzh
/
libdata.i
< prev
next >
Wrap
Text File
|
1991-06-12
|
579b
|
25 lines
*************************************
* *
* 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