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>2006-11-27 22:16:30 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-27 22:16:30 (GMT)
commit6753250a75d50838cc37161086c7b063d3c18d9e (patch)
treed9bea99da1dedca8e35684352f5e8c25d2192957 /Makefile.mingw.in
parent8c73e64fa3c22112134863ef34334419c5747b0b (diff)
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.
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 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 \