The information in this article applies to:
SYMPTOMSWhen you export a makefile from Visual C++ 5.0, files that are considered to be external dependencies may be included as dependencies in the exported makefile. For instance, if a file "..\dev\langapi\include\version.h" is in the External Dependencies folder in Developer Studio, after you export the makefile, you may see it in a line that declares the dependencies for a source file, such as:
RESOLUTION
This bug should not cause any build problems on the machine that the
makefile was exported on. It may reduce the sharability of the makefile.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The value "Makefile Sharability" under the registry key
HKEY_CURRENT_USER\Software\Microsoft\DevStudio\5.0\Build System may hold a
value between 0 and 2 inclusively. The default value is 1. This value
affects how much work Developer Studio does in making paths to files
relative in exported makefiles.
Additional query words:
Keywords : kbtool kbide kbVC kbVC500bug kbVC600bug kbGrpDSTools |
Last Reviewed: May 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |