# HG changeset patch # User fturovic # Date 1281110320 18000 # Node ID 3b1331ffa1fec0d7962565873065b4ea079b7788 # Parent 16cca5409576c6dec30ab9a982cb0f03e67c83ce updated INF editor pages diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/book.css --- a/core/com.nokia.carbide.cpp.doc.user/book.css Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/book.css Fri Aug 06 10:58:40 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: 0.9em; + font-size: 1.0em; font-weight: normal; } diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html Fri Aug 06 10:58:40 2010 -0500 @@ -7,11 +7,11 @@

INF Editor - Overview Tab

- The INF Editor allows you to view and modify Symbian project files and export files to be included in building your application. The settings displayed are those active for the active build configuration. However, changes made in the INF editor can be applied globally to all build configurations. Changes made in the INF editor are automatically written to the project's .INF file. You can view the .inf file by selecting the bld.inf tab located along the bottom of the INF editor.

+ The INF Editor allows you to view and modify Symbian project files and export files to be included in building your application. The settings displayed are those active for the active build configuration. However, changes made in the INF editor can be applied globally to all build configurations. Changes made in the INF editor are automatically written to the project's .INF file. You can view the .INF file by selecting the bld.inf tab located along the bottom of the INF editor.

The INF Editor is shown when an INF file is opened from the Project Explorer view or Symbian Project Navigator view by double-clicking on the file. The INF Editor is shown in Figure 1.

-

+

Figure 1 - INF Editor

Add components such as MMP and make files to be part of the normal build process.

- @@ -65,7 +65,7 @@ diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml --- a/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml Fri Aug 06 10:58:40 2010 -0500 @@ -1,5 +1,6 @@ + @@ -17,8 +18,8 @@ - + @@ -107,9 +108,9 @@ - + - +

Test Components diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html Fri Aug 06 10:58:40 2010 -0500 @@ -1,47 +1,47 @@ - - -INF Editor - Create/Edit Make - - - -

INF Editor - Create / Edit Makefile Entry

- -

The Add Makefile entry dialog (figure 1) is used to add a makefile to the build process. Enter or browse to the make file in the File path field and, if desired, apply the Tidy attribute or specify the Build as ARM option to the make file.

-

-

Figure 1 - Add/Edit makefile entry

-
Table 1. Add/Edit Makefile entry — items
- - - - - - - - - - - - - - - - - - - - - -
NameFunction

File path

Type the path and filename for the makefile to create or click Browse to set a path.

Tidy

Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

Build as ARMSpecifies the build_as_arm statement, which instructs an ARMV5 build to build the project for the ARM instruction set and not the THUMB instruction set.
Makefile formatSet the format of the makefile to be created.
-
Other references
- - - - - - - + + +INF Editor - Create/Edit Make + + + +

INF Editor - Create / Edit Makefile Entry

+ +

The Add Makefile entry dialog (figure 1) is used to add a makefile to the build process. Enter or browse to the make file in the File path field and, if desired, apply the Tidy attribute or specify the Build as ARM option to the make file.

+

+

Figure 1 - Add/Edit makefile entry

+
Table 1. Add/Edit Makefile entry — items
+ + + + + + + + + + + + + + + + + + + + + +
NameFunction

File path

Type the path and filename for the makefile to create or click Browse to set a path.

Tidy

Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

Build as ARMSpecifies the build_as_arm statement, which instructs an ARMV5 or later build to build the project for the ARM instruction set and not the THUMB instruction set.
Makefile formatSet the format of the makefile to be created.
+
Other references
+ + + + + + + \ No newline at end of file diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_mmp.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_mmp.html Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_mmp.html Fri Aug 06 10:58:40 2010 -0500 @@ -1,43 +1,47 @@ - - -INF Editor - Add/Edit MMP - - - -

INF Editor - Add / Edit MMP File Entry

- - The Add MMP file entry dialog (figure 1) is used to add a mmp file and, if desired, apply the Tidy attribute or specify the Build as ARM option to the mmp file. -

-

Figure 1 - Add MMP File Entry

-
Table 1. Add MMP file entry — items
- - - - - - - - - - - - - - - - - -
NameFunction

File path

Type the path and filename for the MMP file to create or click Browse to set a path.

Tidy

Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

Build as ARMSpecifies the build_as_arm statement, which instructs an ARMV5 build to build the project for the ARM instruction set and not the THUMB instruction set.
-
Other references
- - - - - - - + + +INF Editor - Add/Edit MMP + + + +

INF Editor - Add / Edit MMP File Entry

+ + The Add MMP File Entry dialog (figure 1) is used to add a mmp file and apply the Tidy, Manual, and Support attributes. +

+

Figure 1 - Add MMP File Entry

+
Table 1. Add MMP file entry — items
+ + + + + + + + + + + + + + + + + + + + + +
NameFunction

File path

Type the path and filename for the MMP file to create or click Browse to set a path.

Tidy

Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

ManualCheckmark to indicate a test that requires manual interaction to complete.
SupportCheckmark to not include the test in a batch file.
+
Other references
+ + + + + + + \ No newline at end of file diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_addMMP.png Binary file core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_addMMP.png has changed diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_addMake.png Binary file core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_addMake.png has changed diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_overview.png Binary file core/com.nokia.carbide.cpp.doc.user/html/reference/images/inf_editor_overview.png has changed diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/reference/pref_carb_sdk_preference.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/pref_carb_sdk_preference.html Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/pref_carb_sdk_preference.html Fri Aug 06 10:58:40 2010 -0500 @@ -10,12 +10,13 @@ color: #FF0000; font-weight: bold; } +.style3 {color: #EE0000} -->
-

SDK Preferences

+

SDK Preferences (deprecated)

Use the SDK Preferences page in the Preferences window to control which installed SDKs are available to projects during an import. To diff -r 16cca5409576 -r 3b1331ffa1fe core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm Fri Aug 06 08:56:53 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm Fri Aug 06 10:58:40 2010 -0500 @@ -49,7 +49,7 @@
Operating System

Microsoft® Windows® XP (Service Pack 2/3) recommended, Microsoft® Windows® Vista® and Microsoft® Windows® 7 supported

+

Microsoft® Windows® XP (Service Pack 2/3) recommended, Microsoft® Windows® 7 supported

NOTE While Carbide.c++ supports many different OS configurations, only the ones listed here provide for optimal Symbian development.

NOTE If you experience any VM issues, see the Tips & Hints page for info on modifying Carbide's default memory setup.