set main() argv functions to be const char *
also set minimum cmake version to 2.8
This commit is contained in:
@@ -60,7 +60,7 @@ void BPY_pyconstraint_update(struct Object *owner, struct bConstraint *con);
|
||||
int BPY_is_pyconstraint(struct Text *text);
|
||||
// void BPY_free_pyconstraint_links(struct Text *text);
|
||||
//
|
||||
void BPY_python_start( int argc, char **argv );
|
||||
void BPY_python_start(int argc, const char **argv);
|
||||
void BPY_python_end( void );
|
||||
// void init_syspath( int first_time );
|
||||
// void syspath_append( char *dir );
|
||||
|
Reference in New Issue
Block a user