From 18f745d77a81e100ff26d2d0bd7da94bac14416e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 29 Oct 2009 14:27:14 +0000 Subject: [PATCH] statically linking ODE so not copying the DLL to "dist" git-svn-id: svn://anubis/anaglym/trunk@142 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac45a3d..7ea69cd 100644 --- a/Makefile +++ b/Makefile @@ -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) $@