From: José Fonseca Date: Tue, 1 Jul 2008 13:04:01 +0000 (+0900) Subject: scons: Output mapfile on windows ddk profile builds. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=846f87d8264e2a3755b0a00e45e75602192957fe;p=mesa.git scons: Output mapfile on windows ddk profile builds. --- diff --git a/scons/gallium.py b/scons/gallium.py index c4a5c65be40..59ba34844b7 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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