Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications.

Thanks!
This commit is contained in:
Antony Riakiotakis
2012-04-24 12:57:58 +00:00
parent bde288d656
commit 4782522379
51 changed files with 386 additions and 67 deletions

View File

@@ -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])