#include "ld.h" ILinker *linker; void LinkProject_t::AddObject( Object_t object ) { objects.AppendTail(object); };