4 sources = ['utfconv.c']
9 # This is odd but leave it for now...
10 # Why have win32 check here? - this is only used for windows.
11 # ... because one day we might want to use it on other platforms.
12 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-mingw', 'linuxcross', 'win64-vc'):
13 sources += ['utf_winfunc.c']
15 env.BlenderLib('bf_utfconv', sources, Split(incs), Split(defs), libtype=['intern','player'], priority=[0,0])