mirror of
https://github.com/boostorg/wave.git
synced 2026-01-26 19:12:15 +00:00
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
# Copyright Vladimir Prus 2004.
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt
|
|
# or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
project
|
|
: requirements <hardcode-dll-paths>true
|
|
;
|
|
|
|
build-project advanced_hooks/build ;
|
|
build-project cpp_tokens/build ;
|
|
build-project lexed_tokens/build ;
|
|
build-project list_includes/build ;
|
|
build-project quick_start/build ;
|
|
build-project waveidl/build ;
|