Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
engdist
cpp-logger
Commits
f5658dd5
Commit
f5658dd5
authored
Sep 22, 2016
by
Ricardo Cosme
Browse files
+ Remoção do artefato bbuild/project-config.jam.
parent
8dc910a0
Changes
2
Show whitespace changes
Inline
Side-by-side
bbuild/Jamroot
View file @
f5658dd5
...
...
@@ -6,6 +6,14 @@ import option ;
path-constant here : . ;
path-constant root : $(here)/.. ;
path-constant deps : $(root)/.. ;
boost = [ os.environ BOOST ] ;
if ! $(boost)
{
boost = "$(deps)/boost" ;
}
use-project boost : $(boost) ;
project logger
: requirements
...
...
bbuild/project-config.jam
deleted
100644 → 0
View file @
8dc910a0
# -*- coding: iso-8859-1-unix -*-
import os ;
import path ;
path-constant here : . ;
local boost-root-path = [ os.environ BOOST_ROOT_PATH ] ;
if ! $(boost-root-path)
{
boost-root-path = "$(here)/../boost" ;
}
use-project boost : $(boost-root-path) ;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment