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-07-18 20:49:07 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-19 21:54:26 (GMT)
commit0885a3e28491ab0d797f7bf5543a0fc4e2b1446a (patch)
tree2c130500c336211ed558d056eb83bee313186cab /Makefile.mingw.in
parent1af78740eab098e64a57d99d4e507a22c20c3cb3 (diff)
Added copy of the svg pixbuf loader over the installed GTK.
Diffstat (limited to 'Makefile.mingw.in')
-rw-r--r--Makefile.mingw.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 865ae96..0282568 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -99,6 +99,8 @@ 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)
@@ -127,7 +129,7 @@ clean: Makefile.mingw
prep: Makefile.mingw
mkdir -p $(GCOMPRIS_INSTALL_DIR)
mkdir -p $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards
- cd boards ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
+ cd boards ; tar cf - --exclude "*.in" --exclude .svn * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
@echo "-------------------------------------------------------------------------------"
@echo " WARNING: MAKE SURE TO HAVE RUN A MAKE INSTALL OF GCOMPRIS IN /USR/LOCAL FIRST"
@echo "-------------------------------------------------------------------------------"
@@ -140,6 +142,7 @@ prep: Makefile.mingw
cp gcompris.png $(GCOMPRIS_INSTALL_DIR)/share/pixmaps
@echo remove tuxpaint activity
rm -f $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards/tuxpaint.xml
+ rm -f $(GCOMPRIS_INSTALL_DIR)/share/gcompris/python/tuxpaint.py
find $(GCOMPRIS_INSTALL_DIR) -name "Makefile*" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*.in" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*~" -exec rm -f {} \;