12 lines
180 B
Ruby
12 lines
180 B
Ruby
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
|
|
}
|