mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
untested response-file support expanded optimization to speed/space/off removed module_actions.PYC validate multiple properties at once. Fix bugs in type.jam, virtual-target.jam, symlink.py [SVN r17487]
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
|
|
project test : requirements <include>everything <threading>single ;
|
|
|
|
make a.exe : a.obj lib/b.obj/<optimization>speed : yfc-link ;
|
|
make b.exe : a.obj : yfc-link : <define>MACROS ;
|
|
make a.obj : a.cpp : yfc-compile ;
|