build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
IMAGE ehello
EXTERNAL olib
EXTERNAL hwim
INCLUDE hwimman.g
INCLUDE edwin.g
CLASS ehwserv wserv
{
REPLACE ws_dyn_init
}
CLASS ehbwin bwin
{
REPLACE wn_init
REPLACE wn_emphasise
REPLACE wn_key
REPLACE wn_draw
PROPERTY
{
PR_EDWIN *edwin;
}
}
CLASS ehdlg dlgbox
{
REPLACE dl_dyn_init
}