From 23088dbdfed2135c8a531a250dee6cb239164200 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 10 Aug 2010 13:36:40 +0000 Subject: [PATCH] added libogg-0.dll, libvorbis-0.dll, libvorbisfile-3.dll to dist target git-svn-id: svn://anubis/anaglym/trunk@302 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 515f1ae..69019f2 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,9 @@ ifeq ($(WINDOWS),1) cp -a $(shell which libftgl-2.dll) $@ cp -a $(shell which lua5.1.dll) $@ cp -a $(shell which freetype6.dll) $@ + cp -a $(shell which libogg-0.dll) $@ + cp -a $(shell which libvorbis-0.dll) $@ + cp -a $(shell which libvorbisfile-3.dll) $@ endif clean: