From de390efbe790f568068493c9741ee193c71adc12 Mon Sep 17 00:00:00 2001 From: John Popplewell Date: Sun, 17 Sep 2006 17:20:51 +0000 Subject: [PATCH] Copies over the new Ogg/Vorbis DLLs. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fa1d3345d..dc7d14052 100644 --- a/Makefile +++ b/Makefile @@ -616,6 +616,9 @@ install-dlls: @cp `which SDL_mixer.dll` $(BIN_PREFIX) @cp `which SDL_ttf.dll` $(BIN_PREFIX) @cp `which zlib1.dll` $(BIN_PREFIX) + @cp `which libogg-0.dll` $(BIN_PREFIX) + @cp `which libvorbis-0.dll` $(BIN_PREFIX) + @cp `which libvorbisfile-3.dll` $(BIN_PREFIX) # Install the import script: