MS Visual Studio .NET undoes my MMP changes.

Login to reply to this topic.
Wed, 2005-08-24 16:14
Joined: 2005-08-24
Forum posts: 1
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.

Wed, 2005-12-21 22:26
Joined: 2005-12-09
Forum posts: 6
Re: MS Visual Studio .NET undoes my MMP changes.
Either: (1) Add the library though .NET properties dialog or (2) add to .MMP and reimport the project
Mon, 2005-12-26 02:49
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: MS Visual Studio .NET undoes my MMP changes.
Quote from: vetter
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.

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.

  • Login to reply to this topic.