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
64ca81ef
Commit
64ca81ef
authored
Nov 13, 2011
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
allow passing vars to cmake from our makefile
parent
7d0b5920
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+5
-1
5 additions, 1 deletion
GNUmakefile
with
5 additions
and
1 deletion
GNUmakefile
+
5
−
1
View file @
64ca81ef
...
...
@@ -34,7 +34,10 @@ OS_NCASE:=$(shell uname -s | tr '[A-Z]' '[a-z]')
# Source and Build DIR's
BLENDER_DIR
:=
$(
shell
pwd
-P
)
BUILD_TYPE
:=
Release
ifndef
BUILD_CMAKE_ARGS
BUILD_CMAKE_ARGS
:=
endif
ifndef
BUILD_DIR
BUILD_DIR
:=
$(
shell
dirname
$(
BLENDER_DIR
))
/build/
$(
OS_NCASE
)
...
...
@@ -123,6 +126,7 @@ help:
@
echo
" * bpy - build as a python module which can be loaded from python directly"
@
echo
""
@
echo
" Note, passing the argument 'BUILD_DIR=path' when calling make will override the default build dir."
@
echo
" Note, passing the argument 'BUILD_CMAKE_ARGS=args' lets you add cmake arguments."
@
echo
""
@
echo
""
@
echo
"Project Files for IDE's"
...
...
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
sign in
to comment