Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications.
Thanks!
This commit is contained in:
@@ -9,7 +9,7 @@ defs = ''
|
||||
# This is odd but leave it for now...
|
||||
# Why have win32 check here? - this is only used for windows.
|
||||
# ... because one day we might want to use it on other platforms.
|
||||
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
|
||||
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-mingw', 'linuxcross', 'win64-vc'):
|
||||
sources += ['utf_winfunc.c']
|
||||
|
||||
env.BlenderLib('bf_utfconv', sources, Split(incs), Split(defs), libtype=['intern','player'], priority=[0,0])
|
||||
|
||||
Reference in New Issue
Block a user