summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 983684eeb..8fe63e862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-24 Tor Lillqvist <tml@novell.com>
+
+ * src/Makefile.am (cairo.def): Drop PDF and PS backend and FT font
+ API from Win32 DLL entry points for now.
+
2005-08-24 Carl Worth <cworth@cworth.org>
* README: Fix typos.
diff --git a/src/Makefile.am b/src/Makefile.am
index 7e463d063..7a2cd6ba4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -161,10 +161,7 @@ cairo.def: $(cairo_win32_api_headers)
cat $(cairo_win32_api_headers) | \
grep -v -E '^# *include' | \
gcc \
- -DCAIRO_HAS_PS_SURFACE \
- -DCAIRO_HAS_PDF_SURFACE \
-DCAIRO_HAS_WIN32_SURFACE \
- -DCAIRO_HAS_FT_FONT \
-DCAIRO_HAS_WIN32_FONT \
-DCAIRO_HAS_PNG_FUNCTIONS \
-E - | \