12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
|
exe{driver}: c{driver} h{config}
|
||
|
|
||
|
h{config}: in{config}
|
||
|
|
||
|
c.poptions += "-I$out_base"
|
||
|
|
||
|
if ($c.target.system != 'win32-msvc')
|
||
|
{
|
||
|
c.libs += -pthread
|
||
|
c.poptions += -DTEST_PTHREAD
|
||
|
}
|