Latest compatible version of Classicube from the original GitHub repository (https://github.com/ClassiCube/ClassiCube) that can be compiled on Classicube for PowerMac PPC running Mac OS X 10.4.
This commit is contained in:
24
misc/symbian/classicube.rss
Normal file
24
misc/symbian/classicube.rss
Normal file
@@ -0,0 +1,24 @@
|
||||
NAME CUBE
|
||||
|
||||
#include <eikon.rh>
|
||||
#include <avkon.rsg>
|
||||
#include <avkon.rh>
|
||||
#include <avkon.mbg>
|
||||
#include <appinfo.rh>
|
||||
|
||||
RESOURCE RSS_SIGNATURE { }
|
||||
RESOURCE TBUF { buf="ClassiCube"; }
|
||||
|
||||
rls_string STRING_app_caption_string "ClassiCube"
|
||||
rls_string STRING_app_short_caption_string "ClassiCube"
|
||||
|
||||
RESOURCE LOCALISABLE_APP_INFO r_ClassiCube_localisable_app_info
|
||||
{
|
||||
short_caption = STRING_app_short_caption_string;
|
||||
caption_and_icon = CAPTION_AND_ICON_INFO
|
||||
{
|
||||
caption = STRING_app_caption_string;
|
||||
number_of_icons = 1;
|
||||
icon_file = "\\resource\\apps\\classicube_icon.mif";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user