Mesa (mesa_7_5_branch): scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jun 19 15:08:59 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 3cf92e936afbef91b856f064742f1bc2ad9e601a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cf92e936afbef91b856f064742f1bc2ad9e601a

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jun 19 15:39:59 2009 +0100

scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.

---

 scons/crossmingw.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scons/crossmingw.py b/scons/crossmingw.py
index bf81f16..3aed484 100644
--- a/scons/crossmingw.py
+++ b/scons/crossmingw.py
@@ -108,7 +108,7 @@ def shlib_emitter(target, source, env):
     return (target, source)
                          
 
-shlib_action = SCons.Action.Action(shlib_generator, generator=1)
+shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1)
 
 res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')
 




More information about the mesa-commit mailing list