mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Updated for dual PowerPC/68k build.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15002 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
11
library/skeleton_library/skeleton.xml
Normal file
11
library/skeleton_library/skeleton.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE library SYSTEM "library.dtd">
|
||||
<library name="skeleton" basename="SkeletonBase" openname="skeleton.library">
|
||||
<include>exec/types.h</include>
|
||||
<interface name="main" version="1.0" struct="SkeletonIFace" prefix="_Skeleton_" asmprefix="ISkeleton" global="ISkeleton">
|
||||
<method name="Obtain" result="ULONG"/>
|
||||
<method name="Release" result="ULONG"/>
|
||||
<method name="Expunge" result="void" status="unimplemented"/>
|
||||
<method name="Clone" result="struct Interface *" status="unimplemented"/>
|
||||
</interface>
|
||||
</library>
|
||||
Reference in New Issue
Block a user