Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw.in
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-10-06 21:47:19 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-10-06 21:47:19 (GMT)
commitad0d13425f972a10f689677d468170968351fce0 (patch)
tree294b7121e6d4dcb5104a5567f562a5380b60121d /Makefile.mingw.in
parenteceba83999d4209f318f504e8bedf35f1405f5d4 (diff)
Removed svg pixbuf support on windows since it does not work.
Diffstat (limited to 'Makefile.mingw.in')
-rw-r--r--Makefile.mingw.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 5e6a019..57cdd89 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -26,7 +26,6 @@ NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC2.dll \
$(GTK_TOP)/bin/jpeg62.dll \
$(GTK_TOP)/bin/libatk-1.0-0.dll \
$(GTK_TOP)/bin/libcairo-2.dll \
- $(LIBEXPAT_TOP)/bin/libexpat.dll \
$(GTK_TOP)/bin/libgdk-win32-2.0-0.dll \
$(GTK_TOP)/bin/libgdk_pixbuf-2.0-0.dll \
$(GTK_TOP)/bin/libglib-2.0-0.dll \
@@ -103,8 +102,6 @@ prepack: Makefile.mingw
mkdir -p $(GCOMPRIS_INSTALL_DIR)/lib
cp -r $(GTK_TOP)/share/locale $(GCOMPRIS_INSTALL_DIR)/lib
cp -r $(GTK_TOP)/lib/gtk-2.0 $(GCOMPRIS_INSTALL_DIR)/lib
- @echo Adding svg image loader to GTK
- cp -r $(LOCAL_PREFIX)/svg_loader/* $(GCOMPRIS_INSTALL_DIR)
python: Makefile.mingw
cp $(PYTHON_TOP)/DLLs/tcl84.dll $(GCOMPRIS_INSTALL_DIR)