Revision: 3735
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3735&view=rev
Author:   mdboom
Date:     2007-08-23 11:02:03 -0700 (Thu, 23 Aug 2007)

Log Message:
-----------
There's no need to link ttconv with CXX (it hasn't used it for
sometime, but I forgot to remove it from the build.)

Modified Paths:
--------------
    trunk/matplotlib/setupext.py

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2007-08-23 18:00:42 UTC (rev 3734)
+++ trunk/matplotlib/setupext.py        2007-08-23 18:02:03 UTC (rev 3735)
@@ -779,8 +779,6 @@
             'ttconv/pprdrv_tt.cpp',
             'ttconv/pprdrv_tt2.cpp',
             'ttconv/ttutil.cpp']
-    deps.extend(glob.glob('CXX/*.cxx'))
-    deps.extend(glob.glob('CXX/*.c'))
 
     module = Extension('matplotlib.ttconv', deps)
     add_base_flags(module)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to