Magellan Linux

Contents of /trunk/python/python-config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 179 byte(s)
-import

1 #!/usr/bin/python
2 import distutils.sysconfig, string
3 print "-lpython2.4 -lm -L/usr/lib/python2.4/config",string.join(string.split(distutils.sysconfig.get_config_var("MODLIBS")))
4