mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
Generate all of extclass.h
[SVN r7958]
This commit is contained in:
@@ -11,7 +11,7 @@ def gen_all(args):
|
||||
open('init_function.h', 'w').write(gen_init_function(args))
|
||||
open('signatures.h', 'w').write(gen_signatures(args))
|
||||
open('singleton.h', 'w').write(gen_singleton(args))
|
||||
open('extclass_pygen.h', 'w').write(gen_extclass(args))
|
||||
open('extclass.h', 'w').write(gen_extclass(args))
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user