Added OpenBSD3.x to the SCons build system.

This commit is contained in:
Nathan Letwory
2004-03-02 08:40:19 +00:00
parent b8b21cb47a
commit af2c3a4c10
7 changed files with 89 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ creator_env.Append (CPPPATH = ['#/intern/guardedalloc',
'../blender/makesdna',
'../kernel/gen_messaging',
'../kernel/gen_system'])
creator_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
if user_options_dict['USE_QUICKTIME'] == 1:
creator_env.Append (CPPDEFINES = ['WITH_QUICKTIME'])