mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-19 04:22:16 +00:00
Build the dist target for tools by default.
This commit is contained in:
14
Jamfile.v2
14
Jamfile.v2
@@ -31,14 +31,14 @@ project /boost/quickbook
|
||||
<cxxstd>11
|
||||
;
|
||||
|
||||
# The release scripts expect this as the default build target.
|
||||
install dist-bin
|
||||
: src//quickbook/<link>static
|
||||
: <install-type>EXE <location>$(DIST_DIR)/bin
|
||||
: release ;
|
||||
|
||||
explicit
|
||||
[ alias dist : dist-bin ]
|
||||
[ install dist-bin
|
||||
: src//quickbook/<link>static
|
||||
: <install-type>EXE <location>$(DIST_DIR)/bin
|
||||
: release ]
|
||||
[ alias quickbook : src//quickbook/<link>static ]
|
||||
[ alias all : quickbook dist test ]
|
||||
;
|
||||
|
||||
# Install distribution files/execs by default.
|
||||
alias dist : dist-bin ;
|
||||
|
||||
Reference in New Issue
Block a user