2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 02:52:12 +00:00
Files
build/example/libraries/app/Jamfile
Vladimir Prus 19e776cc6d Add a script for making distributions
[SVN r18300]
2003-04-24 11:35:40 +00:00

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 ;