Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lll-winken!uunet!portal!cup.portal.com!Devin_E_Ben-Hur From: Devin_E_Ben-Hur@cup.portal.com Newsgroups: comp.sys.ibm.pc Subject: Re: Turbo C links in everything in obj's Message-ID: <16198@cup.portal.com> Date: 25 Mar 89 01:12:15 GMT References: <1065@ptolemy.arc.nasa.gov> Organization: The Portal System (TM) Lines: 5 Every DOS linker i've seen behaves as if .OBJ modules are atomic link objects. If you have functions which you want linked based on specific usage, compile them from seperate sources into seperate object modules, then put them in a library from which DOS linkers will selectively link only required modules.