# HG changeset patch # User fturovic # Date 1246552725 18000 # Node ID 6fb967e04c9d045a8507f5eec2f4ef48fa3a97c9 # Parent 1c98e483817b73545dea60627337396933c15d07# Parent 70370fdded304a4bef2bc8eaeed043e43c9712a2 merge with Duane changes diff -r 70370fdded30 -r 6fb967e04c9d core/com.nokia.carbide.cpp.doc.user/html/concepts/dependency_tracking.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/dependency_tracking.htm Thu Jul 02 11:36:54 2009 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/dependency_tracking.htm Thu Jul 02 11:38:45 2009 -0500 @@ -1,31 +1,32 @@ - - - - - - -Dependency Tracking - - - - -

Dependency Tracking

-

This section only applies to the SBSv1 (abld) build system. If you are using the Raptor (SBSv2) build system Carbide does not perform any build system modifications to optimize dependency tracking.

-

Carbide has made some performance improvements over command-line builds when performing incremental builds. Once a project has been built, many users will invoke 'abld build' on their project, not knowing that their makefiles will be regenerated each time, taking a large performance hit. Although a command-line user can invoke 'abld target' to improve incremental build performance, Carbide invokes each build stage independently for a full incremental build (including the 'abld makefile' stage). In order to get around this performance hit from the IDE, Carbide manages the source and resource dependencies in separate .d (dependency) files generated under the build system. Then Carbide makes a small modification to each component's (MMP) makefile under the \epoc32\build\ directory by including the generated .d files as dependency includes. This performance modification makes incremental builds faster from Carbide.

-

Normally, you do not need to know the details dependency management unless you first build from the command-line and then try to build their project from the IDE. When this happens, Carbide will prompt you with the following dialog when you initiate a build from the IDE.

-

-

Figure 1 -Dependency Tracking dialog

-

If you plan to continue building in Carbide it is recommended you choose the option to Improve Carbide build times. However, be cautious of this as Carbide will remove all the object code and build everything from scratch. If you do choose the option Do not update dependencies, then Carbide will disable the option to manage dependencies under the Carbide Project Settings, SBSv1 tab.

-
Related references
- - - - - + + + + + + +Dependency Tracking + + + + +

Dependency Tracking

+

This section only applies to the SBSv1 (abld) build system. If you are using the Raptor (SBSv2) build system Carbide does not perform any build system modifications to optimize dependency tracking.

+

Carbide has made some performance improvements over command-line builds when performing incremental builds. Once a project has been built, many users invoke 'abld build' on their project, not knowing that their makefiles are regenerated each time, taking a large performance hit. Although a command-line user can invoke 'abld target' to improve incremental build performance, Carbide invokes each build stage independently for a full incremental build (including the 'abld makefile' stage). In order to get around this performance hit from the IDE, Carbide manages the source and resource dependencies in separate .d (dependency) files generated under the build system. Then Carbide makes a small modification to each component's (MMP) makefile under the \epoc32\build\ directory by including the generated .d files as dependency includes. This performance modification makes incremental builds faster from Carbide.

+

Normally, you do not need to know the details of dependency management unless you first build from the command-line and then try to build their project from the IDE. When this happens, Carbide will prompt you with the Project rebuild notification dialog when you initiate a build from the IDE.

+

+

Figure 1 -Dependency Tracking dialog

+

It is recommended you choose the Improve Carbide build times option if you plan to continue building in Carbide. However, be cautious of this as Carbide will remove all the object code and build everything from scratch.

+

If you choose the option Do not update dependencies, Carbide disables the option to manage dependencies under the Carbide Project Settings, SBSv1 tab.

+
Related references
+ + + + + diff -r 70370fdded30 -r 6fb967e04c9d core/com.nokia.carbide.cpp.doc.user/html/reference/ProjectOtherSettings.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/ProjectOtherSettings.html Thu Jul 02 11:36:54 2009 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/ProjectOtherSettings.html Thu Jul 02 11:38:45 2009 -0500 @@ -1,31 +1,31 @@ - -Other Settings - - - -
-

Other Settings

-
-

- Specify the name of the author and copyright notice information. -

- -

-

Figure 1 - Other settings page

-
Table 1 - Other settings page options
- - -
NameFunction
-

- Author

-

Enter author information. -

-

- Copyright notice

-

Enter copyright notice information.

- - - - + +Other Settings + + + +
+

Other Settings

+
+

+ Specify the name of the author and copyright notice information. +

+ +

+

Figure 1 - Other settings page

+
Table 1 - Other settings page options
+ + +
NameFunction
+

+ Author

+

Enter author information. +

+

+ Copyright notice

+

Enter copyright notice information.

+ + + + \ No newline at end of file