[tuhopuu-devel] make file problems

car tuhopuu-devel@blender.org
Wed, 18 Jun 2003 12:16:44 -0400


In the make file for OSX when I try to use any of the

# Link to the ODE game engine -- not requires the
# ode lib dir from bf-blender
# export WITH_ODE=true

# Don't use OpenAL sound library
# export NO_SOUND=true

# Not working on the ketsji? Why spend time compiling it?
# export NO_KETSJI=true

# Don't build the stand alone player or
# web plugin
# export JUST_BLENDERDYNAMIC=true
ifeq ($(NO_KETSJI), true)
export JUST_BLENDERDYNAMIC=true
endif



in any combination. They all build, but not as an app just a file.
And when I rename it anything with .app ( like blenderdynamic.app ) it 
just opens
a copy of blender that I all ready have.

Also could some body tell me how to get rid of buttons and features. I 
want to get a
small test blender build that is much quicker to compile.

^v^