Skip to content
Snippets Groups Projects
Commit 485020a4 authored by Amorilia's avatar Amorilia
Browse files

added py++ libraries via external svn repositories

parent d05c3224
No related branches found
No related tags found
No related merge requests found
...@@ -64,9 +64,7 @@ def rename_refs( ref ): ...@@ -64,9 +64,7 @@ def rename_refs( ref ):
#### ####
# Creating an instance of class that will help you to expose your declarations # Creating an instance of class that will help you to expose your declarations
mb = module_builder.module_builder_t( [r"pyNiflib.h"] mb = module_builder.module_builder_t( [r"pyNiflib.h"], include_paths = [wrapper_config.niflib_path + '/include', wrapper_config.niflib_path + '/include/gen', wrapper_config.niflib_path + '/include/obj'], indexing_suite_version = 2 )
, include_paths = [wrapper_config.niflib_path + '/include', wrapper_config.niflib_path + '/include/gen', wrapper_config.niflib_path + '/include/obj']
, indexing_suite_version = 2 )
# Set the max. number of template arguments # Set the max. number of template arguments
mb.BOOST_PYTHON_MAX_ARITY = 20 mb.BOOST_PYTHON_MAX_ARITY = 20
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
###### ######
# The path to the Niflib folder # The path to the Niflib folder
niflib_path = "../niflib" niflib_path = ".."
# Internal containers - those are not typedef'd # Internal containers - those are not typedef'd
internal_containers = \ internal_containers = \
[ [
"std::map<Niflib::Ref<Niflib::NiObject>,unsigned int,std::less<Niflib::Ref<Niflib::NiObject> >,std::allocator<std::pair<const Niflib::Ref<Niflib::NiObject>, unsigned int> > >", "std::map<Niflib::Ref<Niflib::NiObject>,unsigned int,std::less<Niflib::Ref<Niflib::NiObject> >,std::allocator<std::pair<const Niflib::Ref<Niflib::NiObject>, unsigned int> > >",
"std::list<unsigned int,std::allocator<unsigned int> >" "std::list<unsigned int,std::allocator<unsigned int> >"
] ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment