summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2006-04-18 21:41:01 +0000
committerJohn Ehresman <jpe@src.gnome.org>2006-04-18 21:41:01 +0000
commit04d884d38999150d993f48c205e2f6c8dda81b3e (patch)
tree40054ca28110f8355314e2168fc84f1623b85f56 /ChangeLog
parent63cc4251f90a0a49abec4470aa43df6f64761865 (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca99507..b87b4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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