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
+40
View File
@@ -0,0 +1,40 @@
/*
HELLO.RSS
English resource file for Hello World application
*/
#include <hwim.rh>
#include <hello.rg>
RESOURCE WSERV_INFO hello_accs
{
menbar_id=hello_menbar;
first_com=O_COM_EXIT;
accel={'x'}; /* Exit */
}
RESOURCE MENU_BAR hello_menbar
{
items=
{
MENU_BAR_ITEM
{
menu_id=special_menu;
mb_item="Special";
}
};
}
RESOURCE MENU special_menu
{
items =
{
MENU_ITEM
{
com_id=O_COM_EXIT;
mn_item="Exit";
}
};
}