If we use VC6.0 as an IDE, whenever we modify .mmp, we've to regenerate .dsp file using "abld makefile vc6"
Similarly when using .net IDE, is there any equivalent command for the same purpose?
The scenario is:
I'm using .net IDE and I added a .lib file in mmp and then selected "update .mmp" option. But it produced foll. code in .mmp file (automatically commented the lib reference):
// [-] test.lib
To resolve this, I've to open the project in VC6.0 IDE, execute "abld makefile vc6" to update .dsp file and henceforth bound to work in VC6.0.
Is there any way to reflect .mmp changes in project created using .net IDE?