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:
parent
de2414e970
commit
18f745d77a
3
Makefile
3
Makefile
@ -97,7 +97,8 @@ dist: all
|
|||||||
ifeq ($(WINDOWS),1)
|
ifeq ($(WINDOWS),1)
|
||||||
cp -a $(shell which SDL.dll) $@
|
cp -a $(shell which SDL.dll) $@
|
||||||
cp -a $(shell which SDL_image.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 jpeg.dll) $@
|
||||||
cp -a $(shell which libpng12-0.dll) $@
|
cp -a $(shell which libpng12-0.dll) $@
|
||||||
cp -a $(shell which zlib1.dll) $@
|
cp -a $(shell which zlib1.dll) $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user