mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 08:22:15 +00:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
# (C) Copyright Rene Rivera, 2003.
|
|
#
|
|
# See accompanying license for terms and conditions of use.
|
|
#
|
|
|
|
#~ exe hello : hello.cpp : <version>1.0 ;
|
|
lib hello : hello.cpp : <version>1.0 ;
|
|
|
|
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
|
|
symlink links/hello_release : hello/<variant>release ;
|