2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
Files
build/test/project-test4/Jamfile2
Vladimir Prus 52a21fa88c Implemented main target alternative selection.
* new/targets.jam (main-target.generate): Select the alternative
         based on the list of non-free requirements.
     * new/property.jam (remove-free): New rule, removes free property from
         a property set.


[SVN r14391]
2002-07-10 08:37:31 +00:00

6 lines
222 B
Plaintext

make a.exe : a.obj lib/b.obj/<optimization>on a_gcc.obj : yfc-link : <toolset>gcc ;
make a.exe : a.obj lib/b.obj/<optimization>on : yfc-link ;
make a.obj : a.cpp : yfc-compile ;
make a_gcc.obj : a_gcc.cpp : yfc-compile ;