summaryrefslogtreecommitdiff
path: root/tests/Refcounted_Auto_Ptr_Test.icc
blob: 947cd5d62af6abcdbeac5bb5aa85ec9dd308af17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Refcounted_Auto_Ptr_Test.icc,v 1.1 2000/02/24 19:04:53 jtucker Exp

include "vacpp_setup.icc"
option
    link(libSearchPath, platformLibSearchPath),
    incl(searchPath, ".."),
    link(linkWithMultiThreadLib,yes),
    link(debug)
    {
	target type (exe) "Refcounted_Auto_Ptr_Test"
	{
	   source type (cpp) "Refcounted_Auto_Ptr_Test.cpp"
	   source platformLinkLibs
	}
    }