2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Example "symlink" targets.

[SVN r16333]
This commit is contained in:
Rene Rivera
2002-11-20 00:45:24 +00:00
parent 27b3036d18
commit 4346e3c717
2 changed files with 4 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
exe hello : hello.cpp ;
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;

View File

@@ -1,2 +1,4 @@
exe hello : hello.cpp ;
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;