2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix mistaked commit

[SVN r18301]
This commit is contained in:
Vladimir Prus
2003-04-24 11:46:49 +00:00
parent 766a5f19ae
commit 0cf454aa99
2 changed files with 2 additions and 8 deletions

View File

@@ -1,8 +1,5 @@
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 ;
exe app : app.cpp ../lib1/lib1 ;

View File

@@ -1,8 +1,5 @@
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 ;
exe app : app.cpp ../lib1/lib1 ;