MS Visual Studio .NET undoes my MMP changes.
| Wed, 2005-08-24 16:14 | |
|
Everytime I edit the MMP file, MS comments out my changes (!)
e.g. when I add the line LIBRARY efsrv.lib and click 'build', MS says Updating MPG1_OEngine.mmp based on Deb_S60_22_WINS And then comments out my new line like this. // [-] LIBRARY efsrv.lib How do I make MS use the MMP file. This is annyong. |
|






Forum posts: 6
Forum posts: 732
e.g. when I add the line
LIBRARYÂ Â Â Â Â Â Â Â Â Â Â Â efsrv.lib
and click 'build', MS says Updating MPG1_OEngine.mmp based on Deb_S60_22_WINS
And then comments out my new line like this.
// [-]Â Â LIBRARYÂ Â Â Â Â Â Â Â Â Â Â Â efsrv.lib
How do I make MS use the MMP file. This is annyong.
Better you may goto Project->NDS Properties, uncheck Update .mmp File and Update .pkg File checkboxes to prevent the NDS from changing those two files automatically.