From 6753250a75d50838cc37161086c7b063d3c18d9e Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 27 Nov 2006 22:16:30 +0000 Subject: added msvcr71.dll, not all windows have it. imported sounds from Tuxpaint. * Makefile.mingw.in: added msvcr71.dll, not all windows have it. * boards/sounds/README: imported sounds from Tuxpaint. * boards/sounds/brick.wav: * boards/sounds/line_end.wav: * src/boards/py-mod-gcompris.c: (python_gcompris_module_init): * src/boards/target.c: (animate_items), (launch_dart): added sounds. * src/boards/hanoi.c: (animate_items), (launch_dart): fixed bad index, was bringing GC in an infinite loop. --- (limited to 'Makefile.mingw.in') diff --git a/Makefile.mingw.in b/Makefile.mingw.in index b3787fd..0218072 100644 --- a/Makefile.mingw.in +++ b/Makefile.mingw.in @@ -65,7 +65,8 @@ NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC.dll \ $(GTK_TOP)/bin/intl.dll \ $(GTK_TOP)/bin/libpng13.dll \ $(GTK_TOP)/bin/jpeg62.dll \ - $(SQLITE_TOP)/sqlite3.dll + $(SQLITE_TOP)/sqlite3.dll \ + /c/WINDOWS/system32/msvcr71.dll NEEDED_FILES = README \ COPYING \ -- cgit v0.9.1