Initial GUI implementation, yet not functional

This commit is contained in:
2008-07-04 15:23:21 +00:00
parent 2b3df6ea63
commit baa1001b47
10 changed files with 50 additions and 250 deletions

View File

@@ -12,6 +12,7 @@ if env['WITH_BF_OPENMP'] == 1:
if env['OURPLATFORM']=='win32-vc':
defs += ' USE_MSVC6FIXES'
incs = env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC'] + ' ' +env['BF_SDL_INC']
incs = env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC'] + ' ' +env['BF_SDL_INC']
incs += ' extern '
env.BlenderLib ('bf_elbeem', sources, Split(incs), Split(defs), libtype='blender', priority=0 )