build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
LIBRARY ws$txt
|
||||
|
||||
EXTERNAL olib
|
||||
|
||||
INCLUDE p_std.h
|
||||
INCLUDE p_object.h
|
||||
INCLUDE olib.g
|
||||
INCLUDE appman.g
|
||||
|
||||
CLASS txtsave active
|
||||
NB Must be first class in DYL
|
||||
{
|
||||
REPLACE destroy
|
||||
REPLACE ao_init
|
||||
REPLACE ao_queue
|
||||
REPLACE ao_run
|
||||
REPLACE ao_abrun
|
||||
CONSTANTS
|
||||
{
|
||||
CHAR_CR 13
|
||||
TXTSAVE_BUFFER_LEN 256
|
||||
}
|
||||
PROPERTY
|
||||
{
|
||||
UINT ntags;
|
||||
UINT curtag;
|
||||
UINT pos;
|
||||
TEXT buf[TXTSAVE_BUFFER_LEN];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user