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 <bcoudoin@src.gnome.org>2007-06-12 20:38:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-06-12 20:38:40 (GMT)
commitcbe0afd08af758fd08489034c4627ef6d2874a26 (patch)
tree189689d61628fe5d5e1cd77ac647e649a043f869 /Makefile.mingw.in
parentb5feac4ffbbef0cbad110821616489a73399e27d (diff)
added support for gstreamer compilation, untested updated to compile on
* Makefile.mingw.in: added support for gstreamer compilation, untested * config.h.mingw.in: updated to compile on windows * po/POTFILES.in: removed deprecated src/boards/draw.c * src/gcompris/Makefile.mingw: * src/gcompris/about.c: (gc_about_start): now the sponsor logo if any replaces the fsf one. * src/gcompris/properties.c: (gc_prop_load): added support for user_dir and config_dir in the config file to make GCompris portable. svn path=/trunk/; revision=2698
Diffstat (limited to 'Makefile.mingw.in')
-rw-r--r--Makefile.mingw.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 697540a..b9a12fcb4 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -131,6 +131,7 @@ clean:
#
prep:
mkdir $(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 --exclude .xvpics * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
@echo "-------------------------------------------------------------------------------"
@@ -146,4 +147,4 @@ prep:
@echo remove tuxpaint activity
rm -f $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards/tuxpaint.xml
@echo "Create the file gcompris-win-prepack.tar.gz"
- tar --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude .xvpics -czf gcompris-win-prepack.tar.gz win32-install-dir nsis tools
+ tar --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude .xvpics -czf gcompris-win-prepack.tar.gz win32-install-dir nsis tools Makefile.mingw config.h.mingw