Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Niflib
Commits
485020a4
Commit
485020a4
authored
18 years ago
by
Amorilia
Browse files
Options
Downloads
Patches
Plain Diff
added py++ libraries via external svn repositories
parent
d05c3224
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
py++/build_wrapper.py
+1
-3
1 addition, 3 deletions
py++/build_wrapper.py
py++/wrapper_config.py
+2
-2
2 additions, 2 deletions
py++/wrapper_config.py
with
3 additions
and
5 deletions
py++/build_wrapper.py
+
1
−
3
View file @
485020a4
...
...
@@ -64,9 +64,7 @@ def rename_refs( ref ):
####
# Creating an instance of class that will help you to expose your declarations
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
)
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
)
# Set the max. number of template arguments
mb
.
BOOST_PYTHON_MAX_ARITY
=
20
...
...
This diff is collapsed.
Click to expand it.
py++/wrapper_config.py
+
2
−
2
View file @
485020a4
...
...
@@ -3,11 +3,11 @@
######
# The path to the Niflib folder
niflib_path
=
"
..
/niflib
"
niflib_path
=
"
..
"
# Internal containers - those are not typedef'd
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::list<unsigned int,std::allocator<unsigned int> >
"
]
\ No newline at end of file
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment