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
This commit is contained in:
Josh Holtrop 2010-08-10 13:36:40 +00:00
parent ecb7f9f99d
commit 23088dbdfe

View File

@ -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: