• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2project test : requirements <include>everything <threading>single ;
3
4make a.exe : a.obj lib//b.obj/<variant>release : yfc-link ;
5make b.exe : a.obj : yfc-link : <define>MACROS ;
6make a.obj : a.cpp : yfc-compile ;
7