// $Id$ include "vacpp_setup.icc" option link(libSearchPath, platformLibSearchPath), incl(searchPath, ".."), link(linkWithMultiThreadLib,yes), link(debug) { target type (exe) "Bound_Ptr_Test" { source type (cpp) "Bound_Ptr_Test.cpp", "Main.cpp" if ($__IBMCPP__ >= 500) { option macros(global) { source type (hpp) "test_config.h" } source type (cpp) "test_config.h" source type (cpp) "../ace/Singleton.cpp" source type (cpp) "../ace/Task_T.cpp" } source type (lib) platformLinkLibs } }