mirror of
https://github.com/boostorg/wave.git
synced 2026-02-22 03:42:24 +00:00
Fixed Jamfile.v2 files for Wave sample applications.
[SVN r33971]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
exe advanced_hooks
|
||||
: ../advanced_hooks.cpp
|
||||
../../../build//boost_wave
|
||||
/boost/wave//boost_wave
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
@@ -15,8 +15,8 @@ exe cpp_tokens
|
||||
../instantiate_cpp_literalgrs.cpp
|
||||
../instantiate_defined_grammar.cpp
|
||||
../instantiate_slex_lexer.cpp
|
||||
../../../build//boost_wave
|
||||
$(BOOST_ROOT)/boost/program_options//boost_program_options
|
||||
/boost/wave//boost_wave
|
||||
/boost/program_options//boost_program_options
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
exe lexed_tokens
|
||||
: ../lexed_tokens.cpp
|
||||
../../../build//boost_wave
|
||||
/boost/wave//boost_wave
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
|
||||
exe list_includes
|
||||
: ../list_includes.cpp
|
||||
../../../build//boost_wave
|
||||
$(BOOST_ROOT)/boost/program_options//boost_program_options
|
||||
$(BOOST_ROOT)/boost/filesystem//boost_filesystem
|
||||
/boost/wave//boost_wave
|
||||
/boost/program_options//boost_program_options
|
||||
/boost/filesystem//boost_filesystem
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
exe quick_start
|
||||
: ../quick_start.cpp
|
||||
../../../build//boost_wave
|
||||
/boost/wave//boost_wave
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
@@ -16,8 +16,8 @@ exe waveidl
|
||||
../instantiate_re2c_lexer.cpp
|
||||
../instantiate_re2c_lexer_string.cpp
|
||||
../idllexer/idl_re.cpp
|
||||
../../../build//boost_wave
|
||||
$(BOOST_ROOT)/boost/program_options//boost_program_options
|
||||
/boost/wave//boost_wave
|
||||
/boost/program_options//boost_program_options
|
||||
:
|
||||
<toolset-msvc:version>7.1:<rtti>off # workaround for compiler bug
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user