|
From: <cm...@us...> - 2009-05-28 03:24:32
|
Revision: 7146
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7146&view=rev
Author: cmoad
Date: 2009-05-28 03:24:27 +0000 (Thu, 28 May 2009)
Log Message:
-----------
removed gw32 link flag that's not needed for mingw anymore
Modified Paths:
--------------
trunk/matplotlib/setupext.py
Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py 2009-05-27 16:25:33 UTC (rev 7145)
+++ trunk/matplotlib/setupext.py 2009-05-28 03:24:27 UTC (rev 7146)
@@ -542,10 +542,7 @@
else:
add_base_flags(module)
module.libraries.append('z')
-
- if sys.platform == 'win32' and win32_compiler == 'mingw32':
- module.libraries.append('gw32c')
-
+
# put this last for library link order
module.libraries.extend(std_libs)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|