[pygccxml-commit] source setup_pyplusplus.py,1.7,1.8
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <mb...@us...> - 2006-03-06 15:08:50
|
Update of /cvsroot/pygccxml/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9294 Modified Files: setup_pyplusplus.py Log Message: Added the new sub-packages so they get included in the build Index: setup_pyplusplus.py =================================================================== RCS file: /cvsroot/pygccxml/source/setup_pyplusplus.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** setup_pyplusplus.py 6 Feb 2006 09:46:02 -0000 1.7 --- setup_pyplusplus.py 6 Mar 2006 15:08:47 -0000 1.8 *************** *** 19,22 **** --- 19,24 ---- , 'pyplusplus.module_creator' , 'pyplusplus.code_repository' + , 'pyplusplus.decl_wrappers' + , 'pyplusplus.module_builder' , 'pyplusplus.utils'] ) |