BUG: Nmake Does Not Build Subproject of Type Makefile (150616)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Editions 4.0
- Microsoft Visual C++, 32-bit Editions 4.1
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 4.2
This article was previously published under Q150616 SYMPTOMS
When you use the nmake utility to build a project containing a subproject
of type makefile that does not use nmake as its command, the subproject is
not built. However, the subproject can be built from Developer Studio.
RESOLUTION
There are two ways to resolve the problem: - Build the project and sub-project separately. This requires either
typing in a batch file or makefile that calls nmake once for each
configuration.
-or-
- When you insert a project of type makefile, rather than changing the
Command line to execute something other than nmake, specify a makefile
which you create. Then create a makefile that executes the command you
would use instead of nmake.
STATUS
Microsoft 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.
REFERENCES
For additional information, please see the following article in the
Microsoft Knowledge Base:
145936 How to Insert Existing Projects as Sub-Projects
Also see "Creating an External Project" from the Visual C++ online
documentation.
Modification Type: | Major | Last Reviewed: | 12/8/2003 |
---|
Keywords: | kbide KB150616 |
---|
|