BUG: Env Vars Not Used in Exported Makefile DependenciesLast reviewed: July 14, 1997Article ID: Q167325 |
The information in this article applies to:
SYMPTOMSEnvironment variables used in the Persist As field are not written to the makefile for dependencies.
RESOLUTIONThis bug should only be a problem if the makefile is exported on one computer and used on a different computer with a different directory structure for the project. Either use the same directory structure for your project on multiple computers, or use Developer Studio to export the makefile for the project to the computer that you want to use the makefile on.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONIn FileView, select a file and choose Properties from the View menu. This displays the Properties page for the selected file. On the Properties page is the "Persist As" field, which lets you use an environment variable to set the location of the selected file. When the environment variable is expanded and concatenated with the rest of the path in the Persist As field to form the full path to the selected file, that full path must be a valid path to the selected file. If this file is a dependency of another file (such as a header file), when a makefile for the project is exported, either the fully qualified path or a relative path to the files that are dependencies is written to the makefile.
Steps to Reproduce Behavior
|
Keywords : kbtool vcbuglist500 VwbIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |