[Bf-committers] To sirdude(Or Kent)

Drip Stone wisitvenita at gmail.com
Fri Nov 10 03:17:13 CET 2006


In Blender.py
We should add code below for linking:
[
   if lenv['WITH_BF_ICONV']:
        syslibs += Split(lenv['BF_ICONV_LIB'])
]

And, I wonder what does the mean by
[
    if lenv['OURPLATFORM']=='win32vc':
        syslibs += Split(lenv['BF_ICONV_LIB'])
]
It seems, I am using win32vc, but it doesn't work now.

And, if I want to compile with scons, can I enable the parameter
WITH_BF_ICONV on command line, or it works only through modifying the
relative .py (for me, it is win32-vc-config)file?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20061110/4a96f844/attachment.htm


More information about the Bf-committers mailing list