[Bf-committers] NAN Makefiles and blenderplayer?

Chris Want cwant at ualberta.ca
Fri Aug 19 17:58:30 CEST 2005


Carsten Wartmann wrote:
> Hello,
> 
> I am browsing now for some time but I can't figure out how to build the 
> blenderplayer with the NaN Makefiles? Blender itself builds fine, but 
> what do I need to change (in the Makefiles) that blenderplayer gets 
> compiled?

I assume win/wingw?

source/nan_definitions.mk

There is a window section that looks like this
(with line numbers):

    443      BINTARGETS = blenderdynamic
    444          ifneq ($(FREE_WINDOWS),true)
    445              BINTARGETS += blenderplayer
    446                  BINTARGETS += blenderdynplayer
    447              BINTARGETS += plugin
    448          endif

Maybe add "BINTARGETS += blenderplayer" after all that.
Can't guarantee it'll compile though (might be turned
off for a reason).

Chris


More information about the Bf-committers mailing list