~ubuntu-branches/ubuntu/trusty/pyx/trusty

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Graham Wilson
  • Date: 2004-12-25 06:42:57 UTC
  • Revision ID: james.westby@ubuntu.com-20041225064257-31469ij5uysqq302
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[PyX]
 
2
# In this section you can specify which c extension modules should be built
 
3
 
 
4
# C extension module for partial font downloading
 
5
build_t1strip=0
 
6
 
 
7
# Python bindings for the kpathsea library. You need the kpathsea header
 
8
# and library and you may need to specify their location below.
 
9
build_pykpathsea=0
 
10
 
 
11
[build_ext]
 
12
# additional include and library directories:
 
13
#   insert paths to the libkpathsea headers and library, when building
 
14
#   the pykpathsea extention module and libkpathsea is not installed in
 
15
#   the default search paths of your compiler and linker
 
16
 
 
17
# include_dirs=
 
18
# library_dirs=