mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
* 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]
6 lines
222 B
Plaintext
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 ;
|