# HG changeset patch # User fturovic # Date 1280259424 18000 # Node ID 38df3a2351479df20ce729e5c94234969aca87b8 # Parent 34cdb9ebd9b8fc43271b272d2bba1d2e2579fbe8 fixed broken TOC links, updated platform filtering pref panel, and reduced font size of manual diff -r 34cdb9ebd9b8 -r 38df3a235147 core/com.nokia.carbide.cpp.doc.user/book.css --- a/core/com.nokia.carbide.cpp.doc.user/book.css Tue Jul 27 13:49:17 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/book.css Tue Jul 27 14:37:04 2010 -0500 @@ -12,7 +12,7 @@ /* 20091007 added verdana and ariel to list to match SFO website fonts choices */ body, p, table, li { font-family: Verdana, Ariel, Helvetica, sans-serif; - font-size: 1.0em; + font-size: 0.9em; font-weight: normal; } diff -r 34cdb9ebd9b8 -r 38df3a235147 core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/images/wnd_sdk_platform_filter.png Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/images/wnd_sdk_platform_filter.png has changed diff -r 34cdb9ebd9b8 -r 38df3a235147 core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/images/wnd_sdk_platform_filter_sbsv2.png Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/images/wnd_sdk_platform_filter_sbsv2.png has changed diff -r 34cdb9ebd9b8 -r 38df3a235147 core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_platform_filter.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_platform_filter.htm Tue Jul 27 13:49:17 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_platform_filter.htm Tue Jul 27 14:37:04 2010 -0500 @@ -7,26 +7,48 @@ SDK Platform Filter -

Platform Filtering Preferences

Use the -Platform Filtering Preferences tabs in the Preferences window to select which platforms are visible when creating new projects or build configurations. For Symbian Build System version 1 (SBSv1), the EKA2 and EKA1 platforms are available with a list of build targets for each.

-

-

Figure 1. SDK Platform Filter window (SBSv1 tab)

-
Table 1 SDK Platform Filter—SBSv1 items
+Platform Filtering Preferences tabs in the Preferences window to select which platforms are visible when creating new projects or build configurations.

+

SBSv2 tab

+

Use the SBSv2 tab to select configurations for that build system. SBSv2 is the prefered build system for the most current SDKs.

+

SBSv2 tab

+

Figure 1. Platform Filtering Preferences page (SBSv2 tab)

+
Table 1 Platform Filtering Preferences — SBSv2 items
+ + + + + + + + + + + + + +
ItemExplanation
SBSv2 Configuration Filter

Select platform build targets to be displayed for OS 9.5 and later when creating new projects and build configurations. BSF’s are gone in SBSv2.  All build configurations (platform/target), including the built-in platforms (WISNCW, ARMV5), are declared in xml files in the \sbs\lib\config directory.

+

Build targets include:

+
    +
  • armv5_udeb
  • +
  • armv5_urel
  • +
  • armv6_udeb
  • +
  • armv6_urel
  • +
  • armv7_udeb
  • +
  • armv7_urel
  • +
  • armv9e_udeb
  • +
  • armv9e_urel
  • +
  • winscw_udeb
  • +
  • winscw_urel
  • +
Refresh

Select this button to obtain a fresh list of configurations from SBSv2. The list is refreshed each time Carbide starts up, but this button will allow users to add configuration xml files and get those new configurations without restarting Carbide.c++.

+

SBSv1 tab

+

Use the SBSv1 tab to select configurations for that build system.

+

+

Figure 2. Platform Filtering Preferences page (SBSv1 tab)

+
Table 2 Platform Filtering Preferences —SBSv1 items
@@ -45,59 +67,15 @@ - - - - +
Item
EKA1 Platforms

Select platform build targets to be displayed for OS versions 8.1a and less (8.xa, 7.x, 6.x) when creating new projects and build configurations.

-

Build targets include:

-
    -
  • Emulation (WINSCW)
  • -
  • ARMI
  • -
  • ARM4
  • -
  • THUMB
  • -
Discover customization (.bsf) and Symbian Binary Variant (.var) platforms dynamically

Select this option to scan for customized platform extensions and binary variations. The variant files searched for include:

  • .bsf files, located in the \epoc32\root directory
  • Symbian Binary Variant (.var) files, located in the \epoc32\tools directory
  • -
-
-

 

-

SBSv2 tab

-

Figure 2. SDK Platform Filter window (SBSv2 tab)

-
Table 2 SDK Platform Filter—SBSv2 items
- - - - - - - - - - - - - -
ItemExplanation
Platforms

Select platform build targets to be displayed for OS 9.5 and later when creating new projects and build configurations. BSF’s are gone in SBSv2.  All build configurations (platform/target), including the built-in platforms (WISNCW, ARMV5), are declared in xml files in the \sbs\lib\config directory.

-

Build targets include:

-
    -
  • armv5_udeb
  • -
  • armv5_urel
  • -
  • armv7_udeb
  • -
  • armv7_urel
  • -
  • tools2_deb
  • -
  • tools2_rel
  • -
  • gccxml_udeb
  • -
  • gccxml_urel
  • -
  • tools_deb
  • -
  • tools_rel
  • -
  • winscw_udeb
  • -
  • winscw_urel
  • -
Refresh

Select this button to obtain a fresh list of configurations from SBSv2. The list is refreshed each time Carbide starts up, but this button will allow users to add configuration xml files and get those new configurations without restarting Carbide.c++.

+

NOTE EKA1 platform configurations are no longer supported by Carbide.

Related references