diff options
| author | John Ehresman <jpe@wingware.com> | 2006-04-18 21:41:01 +0000 |
|---|---|---|
| committer | John Ehresman <jpe@src.gnome.org> | 2006-04-18 21:41:01 +0000 |
| commit | 04d884d38999150d993f48c205e2f6c8dda81b3e (patch) | |
| tree | 40054ca28110f8355314e2168fc84f1623b85f56 /ChangeLog | |
| parent | 63cc4251f90a0a49abec4470aa43df6f64761865 (diff) | |
Add compiler / linker flags from pkgconfig-2.0.pc by default, with an
2006-04-18 John Ehresman <jpe@wingware.com>
* dsextras.py: Add compiler / linker flags from pkgconfig-2.0.pc
by default, with an override mechanism. Filter out -lc & -lm if
compiling with msvc.
* setup.py: Change C extension name to _gobject and don't use the
pkgconfig-2.0.pc when compiling
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-04-18 John Ehresman <jpe@wingware.com> + + * dsextras.py: Add compiler / linker flags from pkgconfig-2.0.pc + by default, with an override mechanism. Filter out -lc & -lm if + compiling with msvc. + + * setup.py: Change C extension name to _gobject and don't use the + pkgconfig-2.0.pc when compiling + 2006-04-15 Gustavo J. A. M. Carneiro <gjc@gnome.org> * gobject/__init__.py (_PyGObject_API): Copy _PyGObject_API from |
