mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added a complete shared library skeleton example to demonstrate how the
clib2 shared library initialization/cleanup functions should be used. This is a dual-build library which will both work with the plain 68k AmigaOS and the PowerPC native AmigaOS4. The example source code can be found in the "skeleton_library" subdirectory. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15008 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -45,6 +45,12 @@
|
|||||||
Amiga shared library/device code. Some documentation on how to use them
|
Amiga shared library/device code. Some documentation on how to use them
|
||||||
can be found in the <dos.h> header file.
|
can be found in the <dos.h> header file.
|
||||||
|
|
||||||
|
- Added a complete shared library skeleton example to demonstrate how the
|
||||||
|
clib2 shared library initialization/cleanup functions should be used.
|
||||||
|
This is a dual-build library which will both work with the plain 68k
|
||||||
|
AmigaOS and the PowerPC native AmigaOS4. The example source code can be
|
||||||
|
found in the "skeleton_library" subdirectory.
|
||||||
|
|
||||||
|
|
||||||
c.lib 1.193 (4.6.2005)
|
c.lib 1.193 (4.6.2005)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user