2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/test/project-test4/Jamfile
Dave Abrahams 38ca2de3b2 untested MSVC toolset
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]
2003-02-17 15:16:35 +00:00

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 ;