mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-08 01:56:10 -05:00
6 lines
243 B
Plaintext
6 lines
243 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 : <threading>multi ;
|
|
make a.obj : a.cpp : yfc-compile ;
|
|
make a_gcc.obj : a_gcc.cpp : yfc-compile ;
|