cmake option to disable SDL,

bpy_interface.c - change order of checking scripts to avoid calling stat on .py files.
This commit is contained in:
2009-07-20 10:24:53 +00:00
parent b76009232e
commit 4d0a6fee4a
7 changed files with 35 additions and 31 deletions

View File

@@ -9,9 +9,6 @@ incs += ' ' + env['BF_FREETYPE_INC']
incs += ' ' + env['BF_ZLIB_INC']
defs = ''
if env['WITH_BF_SDL']:
incs += ' ' + env['BF_SDL_INC']
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'
incs += ' ../../../extern/binreloc/include'