Skip to content

Commit

Permalink
Updated windows installer code from the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Coudoin committed Jan 31, 2010
1 parent 293c5de commit 833e276
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 120 deletions.
3 changes: 2 additions & 1 deletion Makefile.mingw.in
Expand Up @@ -61,7 +61,6 @@ include global_win32.mak
# These will be copied in the win32-install-dir ready to be packaged.
NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC2.dll \
$(GNUCHESS_TOP)/bin/libreadline.dll \
$(GNUCHESS_TOP)/bin/gnuchess.exe \
$(FONTCONFIG_TOP)/bin/libfontconfig-1.dll \
$(FREETYPE_TOP)/bin/freetype6.dll \
$(GNUCAP_TOP)/src/MSW/gnucap.exe \
Expand Down Expand Up @@ -150,6 +149,8 @@ prepack: Makefile.mingw
cp -r $(GTK_TOP)/share/locale $(GCOMPRIS_INSTALL_DIR)/lib
cp -r $(GTK_TOP)/lib/gtk-2.0 $(GCOMPRIS_INSTALL_DIR)/lib
cp $(LOCAL_PREFIX)/libxml2-2.7.6.win32/bin/libxml2.dll $(GCOMPRIS_INSTALL_DIR)/libxml2-2.dll
mkdir -p $(GCOMPRIS_INSTALL_DIR)/bin
cp $(GNUCHESS_TOP)/bin/gnuchess.exe $(GCOMPRIS_INSTALL_DIR)/bin

python: Makefile.mingw
cp $(PYTHON_TOP)/DLLs/tcl85.dll $(GCOMPRIS_INSTALL_DIR)
Expand Down
Binary file added gcompris-install.ico
Binary file not shown.

0 comments on commit 833e276

Please sign in to comment.