From 99b48d68f571bb8b584ad0850ec571d831b56be7 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 23 Oct 2006 20:12:07 +0000 Subject: - more fixes for the windows install procedure - connect4 has been fixed by Miguel to better manage the party end. --- (limited to 'Makefile.mingw.in') diff --git a/Makefile.mingw.in b/Makefile.mingw.in index dd748a4..a2ee05d 100644 --- a/Makefile.mingw.in +++ b/Makefile.mingw.in @@ -18,6 +18,7 @@ LIBXML2_TOP := /libxml2 SDL_TOP := /sdl CANVAS_TOP := /gnomecanvas GNUCHESS_TOP := /gnuchess +PYTHON_TOP := /c/WINDOWS/system32/python24.dll GNUCAP_TOP := /gnucap MAKENSIS := "/c/Program Files/NSIS/makensis.exe" @@ -25,6 +26,7 @@ MAKENSIS := "/c/Program Files/NSIS/makensis.exe" # These will be copied in the win32-install-dir ready to be packaged. NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC.dll \ $(GNUCHESS_TOP)/bin/libreadline.dll \ + $(PYTHON_TOP)/python24.dll \ $(GNUCAP_TOP)/src/MSW/gnucap.exe \ $(GTK_TOP)/bin/gspawn-win32-helper.exe \ $(GNUCHESS_TOP)/bin/gnuchess.exe \ @@ -134,5 +136,7 @@ prep: @echo "Copy pixmap" mkdir $(GCOMPRIS_INSTALL_DIR)/share/pixmaps cp gcompris.png $(GCOMPRIS_INSTALL_DIR)/share/pixmaps + @remove tuxpaint activity + rm -f $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards/tuxpaint.xml @echo "Create the file gcompris-win-prepack.tar.gz" tar -czf gcompris-win-prepack.tar.gz win32-install-dir nsis tools -- cgit v0.9.1