scons: Output mapfile on windows ddk profile builds.

This commit is contained in:
José Fonseca 2008-07-01 22:04:01 +09:00
parent 810888f656
commit 846f87d826
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@ def generate(env):
'/entry:DrvEnableDriver',
]
if env['profile']:
linkflags += [
'/MAP', # http://msdn.microsoft.com/en-us/library/k7xkk3e2.aspx
]
env.Append(LINKFLAGS = linkflags)
# Convenience Library Builder