Hello,
I'm trying to use NMAKE to build my workspace. I <b>exported a makefile</b> (MyProject.mak), and <b>ran NMAKE</b> like this:
NMAKE.exe MyProject.mak CFG="MyProject - Win32 Release", as I've done successfully in the past.
One new complication: my Visual C++ project <b>imports a VB COM component</b> called LtvRulesDAL.dll. I build this component in VB, then use #import to use it in the VC++ application.
When I try to use NMAKE, it appears to <b>fail because of this imported component</b>, saying "don't know how to make ...LtvRulesDAL.dll" I don't want NMAKE to try to compile this COM DLL - why is it trying to? I checked the .mak file and there are no references to LtvRulesDAL.dll (I searched through it).
Any ideas greatly appreciated. Here's the <b>output of NMAKE</b>:
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1073: don't know how to make '"releasedlls\ltvrulesdal.dll"'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\Bin\N
MAKE.EXE"' : return code '0x2'
Stop.
I'm trying to use NMAKE to build my workspace. I <b>exported a makefile</b> (MyProject.mak), and <b>ran NMAKE</b> like this:
NMAKE.exe MyProject.mak CFG="MyProject - Win32 Release", as I've done successfully in the past.
One new complication: my Visual C++ project <b>imports a VB COM component</b> called LtvRulesDAL.dll. I build this component in VB, then use #import to use it in the VC++ application.
When I try to use NMAKE, it appears to <b>fail because of this imported component</b>, saying "don't know how to make ...LtvRulesDAL.dll" I don't want NMAKE to try to compile this COM DLL - why is it trying to? I checked the .mak file and there are no references to LtvRulesDAL.dll (I searched through it).
Any ideas greatly appreciated. Here's the <b>output of NMAKE</b>:
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1073: don't know how to make '"releasedlls\ltvrulesdal.dll"'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\Bin\N
MAKE.EXE"' : return code '0x2'
Stop.