blob: e2f00ffe4943bfe3ae59e0c666bd61ed3fd44b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// $Id$
include "vacpp_setup.icc"
option
link(libSearchPath, platformLibSearchPath),
incl(searchPath, ".."),
link(linkWithMultiThreadLib,yes),
link(debug)
{
target type (exe) "MEM_Stream_Test"
{
source type (cpp) "MEM_Stream_Test.cpp"
source platformLinkLibs
}
}
|