2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/examples/lib_use/Jamfile
2002-07-12 15:22:06 +00:00

19 lines
185 B
Plaintext

subproject tools/build/examples/lib_use ;
lib simple
:
simple_lib.cpp
:
:
debug <threading>single/multi
;
exe simple
:
simple.cpp
<lib>simple
:
<threading>multi
:
;