Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!sun-barr!decwrl!decvax!uafhp!f0057 From: f0057@uafhp.uucp (James E. Ward) Newsgroups: comp.databases Subject: Re: tlink && clipper Summary: Here's my makefile format for Clipper and Tlink. Keywords: tlink, clipper, ms-link Message-ID: <5585@decvax.dec.com> Date: 12 Sep 89 15:27:01 GMT References: <9551@chinet.chi.il.us> Sender: news@decvax.dec.com Distribution: usa Organization: College of Engineering, University of Arkansas, Fayetteville Lines: 27 In article <9551@chinet.chi.il.us>, csc@chinet.chi.il.us (Craig Curtin) writes: > > Is anyone using the Turbo linker (tlink) with Clipper? Yes. > craig curtin email: chinet!csc Here's an example makefile from one of the systems I'm developing: * obj = feed.obj main.obj report.obj makedb.obj * * feed.exe: $(obj) * tlink feed main report makedb p:debug,,, p:clipper p:extend * * .SUFFIXES: .obj .prg * * .prg.obj: * clipper $*.prg -m I hope this helps! James Everett Ward f0057@uafhp.uark.edu Don't feed the bats tonight.