Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fbxsdk_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ADILI Robin
fbxsdk_python
Commits
127c8c3d
Commit
127c8c3d
authored
3 years ago
by
ADILI Robin
Browse files
Options
Downloads
Patches
Plain Diff
rename builder and specify it in pyproject.toml
parent
8f99fa01
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
builder.py
+5
-5
5 additions, 5 deletions
builder.py
project.py
+2
-0
2 additions, 0 deletions
project.py
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
8 additions
and
5 deletions
builder.py
+
5
−
5
View file @
127c8c3d
...
...
@@ -29,13 +29,13 @@ from distutils.log import ERROR, INFO, set_threshold
import
os
import
sys
from
.buildable
import
BuildableModule
from
.builder
import
Builder
from
.exceptions
import
UserException
from
.installable
import
Installable
from
sipbuild
.buildable
import
BuildableModule
from
sipbuild
.builder
import
Builder
from
sipbuild
.exceptions
import
UserException
from
sipbuild
.installable
import
Installable
class
Distutils
Builder
(
Builder
):
class
FBXSDK
Builder
(
Builder
):
"""
The implementation of a distutils-based project builder.
"""
def
build_executable
(
self
,
buildable
,
*
,
fatal
=
True
):
...
...
This diff is collapsed.
Click to expand it.
project.py
+
2
−
0
View file @
127c8c3d
...
...
@@ -5,6 +5,8 @@ import sys
from
sipbuild
import
Option
,
Project
class
FBXSDKPyProject
(
Project
):
"""
A project that adds an additional configuration options to specify
the locations of the fib header file and library.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
127c8c3d
...
...
@@ -22,3 +22,4 @@ linux-libraries = ["xml2", "z"]
linux-static-libraries
=
[
"build/fbxsdk/lib/all/x64/release/libfbxsdk.a"
]
win-libraries
=
[
"libfbxsdk-md"
,
"zlib-md"
,
"libxml2-md"
,
"Advapi32"
,
"Wininet"
]
win-py36-libraries
=
[
"libfbxsdk-mt"
,
"zlib-mt"
,
"libxml2-mt"
,
"Advapi32"
,
"Wininet"
]
builder-factory
=
"builder.py"
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