Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-05 16:26:14 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-05 16:26:14 (GMT)
commit4d43e5cf786716cb3644517d77334cc043a8e73d (patch)
tree673a7988f634641f27bcdfdb8ba6a1e2d200d27d
parent19901c5ec718880d1477a31bc62e974fda8d07e4 (diff)
Added missing sdl files, fixed audio.
-rw-r--r--Makefile.mingw3
-rw-r--r--README.mingw1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 80fadf2..a077cee 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -46,6 +46,9 @@ NEEDED_DLLS = $(GNUCAP_TOP)/src/MSW/gnucap.exe \
$(PYTHON_TOP)/python24.dll \
$(SDL_TOP)/bin/SDL.dll \
$(SDL_TOP)/bin/SDL_mixer.dll \
+ $(SDL_TOP)/bin/libogg-0.dll \
+ $(SDL_TOP)/bin/libvorbis-0.dll \
+ $(SDL_TOP)/bin/libvorbisfile-3.dll \
$(SQLITE_TOP)/sqlite3.dll \
$(MSVCR71_DLL)
diff --git a/README.mingw b/README.mingw
index 577051f..0219992 100644
--- a/README.mingw
+++ b/README.mingw
@@ -72,7 +72,6 @@ GNUCHESS_TOP := /gnuchess
* Now on the windows system:
* Get a tarball or CVS snapshot of gcompris.
* untar the gcompris-win-prepack.tar.gz in it
-* Manual fix, replace chess.c by chess.c.windows
* run: make -f Makefile.mingw from gcompris's top-level directory. This will take a long time.
* run: make -f Makefile.mingw prepack to include all necessary libraries in the installer directory
* run: make -f Makefile.mingw install to include the generated code in the installer directory