2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 20:32:17 +00:00
Files
build/example/versioned/jamfile.jam
2003-09-15 00:16:10 +00:00

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 ;