Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
ŁukaszDe

MSBuild and genearating MapFile

Recommended Posts

Hi,

 

Do you know how to generate a map file using MSBuil?

I try add /p:mapfile=Detailed and this is accepted but map file is not created.

When I set option in Linking property of project than map file is created.

 

Command is:

msbuild /p:config=Testy;mapfile=Detailed /nologo /target:Build "D:\\Demo\Project.dproj"

Share this post


Link to post

That's right, I add DCC_MapFile=3 to parameters:

msbuild /p:config=Testy;mapfile=Detailed;DCC_MapFile=3 /nologo /target:Build "D:\\Demo\Project.dproj"

And the map file was created.

 

Thank you.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×