Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raas
BlenderPhi
Commits
af786843
Commit
af786843
authored
Aug 4, 2011
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
patch from jensverwiebe to disable ndof if header is not found.
parent
a6fed14d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SConstruct
+9
-0
9 additions, 0 deletions
SConstruct
with
9 additions
and
0 deletions
SConstruct
+
9
−
0
View file @
af786843
...
@@ -253,6 +253,15 @@ if 'blenderlite' in B.targets:
...
@@ -253,6 +253,15 @@ if 'blenderlite' in B.targets:
if
k
not
in
B
.
arguments
:
if
k
not
in
B
.
arguments
:
env
[
k
]
=
v
env
[
k
]
=
v
# detect presence of 3D_CONNEXION_CLIENT_LIBRARY for OSX
if
env
[
'
OURPLATFORM
'
]
==
'
darwin
'
:
envi
=
Environment
()
conf
=
Configure
(
envi
)
if
not
conf
.
CheckCHeader
(
'
ConnexionClientAPI.h
'
):
# CheckCXXHeader if it is c++ !
print
"
3D_CONNEXION_CLIENT_LIBRARY not found, disabling WITH_BF_3DMOUSE
"
# avoid build errors !
env
[
'
WITH_BF_3DMOUSE
'
]
=
0
envi
=
conf
.
Finish
()
if
env
[
'
WITH_BF_OPENMP
'
]
==
1
:
if
env
[
'
WITH_BF_OPENMP
'
]
==
1
:
if
env
[
'
OURPLATFORM
'
]
in
(
'
win32-vc
'
,
'
win64-vc
'
):
if
env
[
'
OURPLATFORM
'
]
in
(
'
win32-vc
'
,
'
win64-vc
'
):
...
...
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