BUG: Custom Build Commands Not Assigned ValuesLast reviewed: July 24, 1997Article ID: Q138764 |
The information in this article applies to:
SYMPTOMSWhen building a project from the command line using the following custom macros, you will encounter undetermined errors.
MSDevDir WkspName RemoteTargetNOTE: For information about these custom macros, please see "Using Argument Macros" in the Visual C++ Users Guide.
CAUSEThese custom macros are not assigned in the .mak file. For example, this:
$(MSDevDir)\binexpands to this:
\bin RESOLUTIONDefine these macros in the NMAKE command line to work around this problem. For example,
NMAKE /f MyProject.mak MsDevDir=C:\MSDEV<Enter>Note that the macros are case sensitive.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: MSDEV
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |