ClassiCube/misc/symbian
UnknownShadow200 f93bd379e6
Merge pull request #1459 from shinovon/13
Symbian: Default key mappings
2025-11-18 20:55:45 +11:00
..
.gitignore Symbian port squashed 2025-05-18 17:03:01 +05:00
ClassiCube.mmh Symbian: Implement clipboard 2025-11-13 18:13:37 +05:00
ClassiCube.pkg Symbian: Try to fix installing on later gpu-less models 2025-10-07 13:06:56 +05:00
ClassiCube_s60v3.mmp Symbian: fpu mode limited instead of minimal 2025-11-13 17:11:36 +05:00
ClassiCube_s60v5.mmp Symbian: fpu mode limited instead of minimal 2025-11-13 17:11:36 +05:00
ClassiCube_sym3.mmp Symbian: small refactor, fix winscw build 2025-10-06 21:03:21 +05:00
Icons_scalable_dc.mk Symbian port squashed 2025-05-18 17:03:01 +05:00
bearssl.mmp Symbian: rewrite to eikon framework 2025-07-10 12:51:06 +05:00
bld.inf Symbian: rewrite to eikon framework 2025-07-10 12:51:06 +05:00
classicube.rss Symbian: Improve dialog implementation 2025-10-06 21:03:22 +05:00
classicube_reg.rss Symbian port squashed 2025-05-18 17:03:01 +05:00
common.mmh Symbian: fix build config after recent changes 2025-11-11 19:10:30 +05:00
incompatible_openc.txt Symbian port squashed 2025-05-18 17:03:01 +05:00
qgn_menu_classicube.svg Symbian port squashed 2025-05-18 17:03:01 +05:00
readme.md Add symbian to readme 2025-06-01 07:22:25 +05:00

readme.md

Compiling with Carbide C++

  • File > Import... > Symbian OS > Symbian OS Bld.inf file
  • Locate misc\symbian\bld.inf, select SBSv2 builder, Next.
  • Under Nokia_Symbian3_SDK_v1.0, select targets with armv5_urel_gcce and armv5_urel (second only if you have RVCT), Next.
  • Select All, Next, Finish.
  • Go to project properties, Carbide.c++>Build Configurations, select correct configuration (e.g: Phone Release (armv5_urel_gcce) [Nokia_Symbian3_SDK_v1.0]).
  • In SIS Builder tab, click Add.
  • In PKG File drop down list, select misc\symbian\ClassiCube.pkg.
  • Check Don't sign sis file, click OK.
  • Apply and close properties.
  • Project > Build

(Based off comments from https://github.com/ClassiCube/ClassiCube/pull/1360)