diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-B58D93D7-597C-5200-82ED-F434B297CAC9.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-B58D93D7-597C-5200-82ED-F434B297CAC9.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,14 @@ + + + + + +strictdepend

strictdepend

If your project’s dependencies may differ with the variant, use the strictdepend statement.

Without this statement, dependencies will be evaluated for one variant, and then used for all.

With strictdepend, dependencies are evaluated explicitly—a sometimes lengthy process—for each variant.

Use strictdepend if, for instance, you conditionally include a header file, e.g.

#if defined(_DEBUG) +include <debug.h> +#endif
\ No newline at end of file