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
openbus-3rd-party
vararg
Commits
812e4a3b
Commit
812e4a3b
authored
Jun 28, 2016
by
Ricardo Cosme
Browse files
[OPENBUS-2753] Suporte ao Boost Build para compilação do barramento
+ Eliminação de declarações duplicadas.
parent
6bb4204d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bbuild/Jamroot
View file @
812e4a3b
...
...
@@ -6,12 +6,12 @@ path-constant here : . ;
path-constant root : $(here)/.. ;
path-constant deps : $(root)/.. ;
local lua
-jam-path
= [ os.environ LUA
_JAM_PATH
] ;
if ! $(lua
-jam-path
)
local lua = [ os.environ LUA ] ;
if ! $(lua)
{
lua
-jam-path
= "$(deps)/lua
.jam
" ;
lua = "$(deps)/lua" ;
}
use-project lua : $(lua
-jam-path)
;
use-project lua : $(lua
)/bbuild
;
project luavararg
: requirements
...
...
@@ -26,9 +26,9 @@ project luavararg
lib luavararg
: $(root)/src/vararg.c
/lua//lua
: <include>$(root)/src
<target-os>windows,<link>shared:<def-file>$(root)/src/luavararg.def
<library>/lua//lua
:
: <include>$(root)/src
;
...
...
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