mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
|
|
||
|
project test : requirements <include>everything <threading>single ;
|
||
|
|
||
|
make a.exe : a.obj lib//b.obj/<variant>release : yfc-link ;
|
||
|
make b.exe : a.obj : yfc-link : <define>MACROS ;
|
||
|
make a.obj : a.cpp : yfc-compile ;
|