diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-B58D93D7-597C-5200-82ED-F434B297CAC9.dita --- a/Symbian3/SDK/Source/GUID-B58D93D7-597C-5200-82ED-F434B297CAC9.dita Fri Jul 16 17:23:46 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ - - - - - -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