add more arm feature flags
[AROS.git] / workbench / libs / rexxsupport / rexxsupport.conf
blobdbc5ab5765548a567da7bb76229979bce30c7b0b
1 ##begin config
2 basename RexxSupport
3 libbasetype struct RexxSupportBase_intern
4 version 34.10
5 ##end config
6 ##begin cdef
7 #include <rexx/storage.h>
8 ##end cdef
9 ##begin cdefprivate
10 #include "rexxsupport_intern.h"
11 ##end cdefprivate
12 ##begin functionlist
13 ULONG ArexxDispatch(struct RexxMsg *msg, STRPTR *_retargstringptr) (A0, A1)
14 void ClosePortRsrc(struct RexxRsrc *rsrc) (A0)
15 ##end functionlist