INFO: Keeping #include Files Out of VWB Dependency List (102390)
The information in this article applies to:
- Microsoft Visual C++ for Windows, 16-bit edition 1.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.5
- Microsoft Visual C++ for Windows, 16-bit edition 1.52
- Microsoft Visual C++, 32-bit Editions 1.0
- Microsoft Visual C++, 32-bit Editions 2.0
- Microsoft Visual C++, 32-bit Editions 2.1
- Microsoft Visual C++, 32-bit Editions 4.0
- Microsoft Visual C++, 32-bit Editions 4.1
- Microsoft Visual C++, 32-bit Editions 4.2
- Microsoft Visual C++, 32-bit Editions 5.0
This article was previously published under Q102390 SUMMARY
By default, the Visual Workbench includes files in the dependency list even
if they are included between an #ifdef, #endif pair. In some situations,
this behavior may be undesirable. The following article describes several
ways to keep the files out of the dependency scanning process.
REFERENCES
For more information about SYSINCL.DAT with Visual C++ for Windows or
Visual C++ 32-bit Edition, versions 1.0 and 2.x, choose Visual Workbench
from the Visual Workbench Help menu and choose Search. Type "SYSINCL.DAT"
and choose OK. For more information about SYSINCL.DAT or MSVCINCL.DAT with
Visual C++ 32-bit Edition, version 4.0, search the Books Online for
"updating dependencies".
NOTE: Each filename in these files must have a newline character sequence
immediately following the last character of the filename. The newline
character sequence is inserted by simply positioning the input cursor and
pressing the <enter> key.
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | kbide kbinfo KB102390 |
---|
|