fix for building bmesh bevel with scons (source file was left out)

This commit is contained in:
Campbell Barton 2012-03-16 05:25:02 +00:00
parent ebec111618
commit 1823bb4abb
2 changed files with 2 additions and 1 deletions

@ -5,6 +5,7 @@ cflags=''
sources = env.Glob('intern/*.c')
sources += env.Glob('operators/*.c')
sources += env.Glob('tools/*.c')
incs = [
'#/intern/guardedalloc',

@ -142,6 +142,7 @@ bConstraint *get_active_constraint (Object *ob)
}
/* -------------- Constraint Management (Add New, Remove, Rename) -------------------- */
#ifdef WITH_PYTHON
/* ------------- PyConstraints ------------------ */
/* this callback sets the text-file to be used for selected menu item */
@ -160,7 +161,6 @@ static void validate_pyconstraint_cb (void *arg1, void *arg2)
data->text = text;
}
#ifdef WITH_PYTHON
/* this returns a string for the list of usable pyconstraint script names */
static char *buildmenu_pyconstraints (Text *con_text, int *pyconindex)
{