// $Id$ include "vacpp_setup.icc" if $__TOS_AIX__ { TargetType = "shr" TargetName = "shr.o" } option link(libSearchPath, platformLibSearchPath), incl(searchPath, ".."), link(linkWithMultiThreadLib,yes), link(exportAll), link(debug) { target type ( TargetType ) TargetName { source type (cpp) "DLL_Test_Impl.cpp" source platformLinkLibs } if $__TOS_AIX__ { run after "ar -r -u libDLL_Test.a shr.o" run cleanup "rm -rf libDLL_Test.a", "rm -rf shr.o" } }