Changeset 199 for trunk/python2/utils.py


Ignore:
Timestamp:
06/02/10 21:53:31 (14 years ago)
Author:
tim
Message:

reworked part of regfi C API to make python wrappers simpler
continued work on python wrappers
fixed some issues in pyregfi-smoketest. WIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python2/utils.py

    r198 r199  
    267267    """ Implementation from Richard Levitte email to
    268268    org.tigris.scons.dev dated Jan 26, 2006 7:05:10 am."""
    269     python_cppflags = distutils.util.split_quoted(
    270         "-I"+sysconfig.get_python_inc())
     269    python_cppflags = "-I"+sysconfig.get_python_inc()
    271270
    272271    def PythonModule(self, libname, lib_objs=[], **kwargs):
Note: See TracChangeset for help on using the changeset viewer.