// $Id$

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