DOC: $(InputDir) and $(ProjDir) Produce Relative Paths

ID: Q168407


The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, version 5.0


SUMMARY

The following article:

TITLE: Macros for Custom Build Commands URL : mk:@ivt:dsug/D7/S111AB.HTM
states that $(InputDir) and $(ProjDir) evaluate to the fully-qualified path to the project directory. This is in error.


MORE INFORMATION

$(InputDir) evaluates to the path of the directory containing the input file. This path is relative to the project directory if the input file is in the directory tree rooted at the directory containing the project file. Otherwise, it is absolute.

$(ProjDir) evaluates to the path of the directory specified for the project, relative to the project directory (i.e., always evaluates to).

Additional query words: kbOLDocs kbVC500 kbdss kbDSupport

Keywords : kbdocerr kbVC500
Version : WINDOWS NT: 5.0
Platform : NT WINDOWS
Issue type : kbbug


Last Reviewed: August 18, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.