Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-03-14 22:48:33 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-14 22:48:33 (GMT)
commit0ae023393094304604741c6ce0dc776d358b932d (patch)
tree1240fa9c0de844c7e388fe0e6ebf0983a6cef8d4
parent1eb389e4e3d1af3b7434990e0c41aabee24197be (diff)
Recompiled gnuchess on windows with the link option
-mwindows to avoid the black dos windows being displayed when you start the chess game. svn path=/branches/GCOMPRIS_8_3/; revision=3774
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.mingw.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 668005f..74165dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-03-14 Bruno coudoin <bruno.coudoin@free.fr>
+ Recompiled gnuchess on windows with the link option
+ -mwindows to avoid the black dos windows being displayed when
+ you start the chess game.
+
+ * Makefile.mingw.in:
+
+2009-03-14 Bruno coudoin <bruno.coudoin@free.fr>
+
- Fixed an annoying bug in the locale selection.
Punjabi was twice in our internal list which makes
it impossible to access locale after Portuguese in
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index b9a12fcb4..6f43494 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -26,7 +26,7 @@ SQLITE_TOP := /sqlite
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 \
+NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC2.dll \
$(GNUCHESS_TOP)/bin/libreadline.dll \
$(PYTHON_DLL) \
$(GNUCAP_TOP)/src/MSW/gnucap.exe \