From 2ed463f8e3341b287e2fddc4dc61603a912d9681 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Mon, 4 Jul 2005 11:25:34 +0000 Subject: [PATCH] - 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 --- library/changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/changes b/library/changes index 42679d0..6fcc5e1 100644 --- a/library/changes +++ b/library/changes @@ -45,6 +45,12 @@ Amiga shared library/device code. Some documentation on how to use them can be found in the 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)