mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-19 04:22:16 +00:00
Only use static linking to avoid DLL hell.
This commit is contained in:
@@ -37,6 +37,6 @@ explicit
|
||||
: <install-type>EXE <location>$(DIST_DIR)/bin
|
||||
: release ]
|
||||
[ alias dist : dist-bin ]
|
||||
[ alias quickbook : src//quickbook ]
|
||||
[ alias quickbook : src//quickbook/<link>static ]
|
||||
[ alias all : quickbook dist test ]
|
||||
;
|
||||
|
||||
@@ -44,8 +44,8 @@ exe quickbook
|
||||
block_element_grammar.cpp
|
||||
phrase_element_grammar.cpp
|
||||
doc_info_grammar.cpp
|
||||
/boost/program_options//boost_program_options
|
||||
/boost/filesystem//boost_filesystem
|
||||
/boost/program_options//boost_program_options/<link>static
|
||||
/boost/filesystem//boost_filesystem/<link>static
|
||||
: #<define>QUICKBOOK_NO_DATES
|
||||
<define>BOOST_FILESYSTEM_NO_DEPRECATED
|
||||
<toolset>msvc:<cxxflags>/wd4355
|
||||
|
||||
Reference in New Issue
Block a user