mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 02:52:12 +00:00
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
|
|
lib z : : <name>z_d <link>static ;
|
|
lib z : : <name>z_r <link>shared ;
|
|
|
|
# Declare a executable file, which uses a library. Note that
|
|
# includes that for library will be automatically used
|
|
# when compiling 'app.cpp'
|
|
exe app : app.cpp ../lib1/lib1 z ; |