statically linking ODE so not copying the DLL to "dist"

git-svn-id: svn://anubis/anaglym/trunk@142 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2009-10-29 14:27:14 +00:00
parent de2414e970
commit 18f745d77a

View File

@ -97,7 +97,8 @@ dist: all
ifeq ($(WINDOWS),1)
cp -a $(shell which SDL.dll) $@
cp -a $(shell which SDL_image.dll) $@
cp -a $(shell which ODE.dll) $@
# jh 2009-10-29 statically linking with ODE now
# cp -a $(shell which ODE.dll) $@
cp -a $(shell which jpeg.dll) $@
cp -a $(shell which libpng12-0.dll) $@
cp -a $(shell which zlib1.dll) $@