blob: a7af6543df2466fc54e7b4ecea9ceb0b5d27b5a2 (
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) "Lazy_Map_Manager_Test"
{
source type (cpp) "Lazy_Map_Manager_Test.cpp"
source platformLinkLibs
}
}
|