FIX: Internal Make Facility Ignores Response (@) FileID: Q128555 The information in this article applies to:
SYMPTOMSA response (@) file added to the Compiler Custom Options is ignored by the development environment's internal make facility. NOTE: To enter Compiler Custom Options, choose Project from the Options menu, and then select Custom Options under Compiler. If, however, the project makefile is compiled using the NMAKE.EXE utility or if the makefile is used as an external makefile, the response file is parsed and used.
RESOLUTIONIf a response (@) file is required, use the makefile as an external makefile to force usage of the external NMAKE.EXE facility, or compile from the command line by using the NMAKE.EXE program.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, 32-bit edition, version 2.0.
MORE INFORMATIONA similar problem occurs when you add a response file to the Miscellaneous Linker Project Options. After adding the response file, the following link error is reported when building in IDE:
If a customized response file is needed for the linker, use the makefile as
an external makefile in the development environment, or use the NMAKE.EXE
utility.
Additional reference words: 1.00 1.50 VWB workbench IDE KBCategory: kbtool kbfixlist kbbuglist KBSubcategory: VWBIss
|
|
Last Reviewed: October 3, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |