Path: utzoo!bnr-vpa!bnr-fos!bmers58!mlord From: mlord@bmers58.UUCP (Mark Lord) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Stevie Message-ID: <174@bmers58.UUCP> Date: 1 Sep 89 12:24:51 GMT References: <552@jvncf.UUCP> Reply-To: mlord@bmers58.UUCP (Mark Lord) Distribution: comp.ibm.binaries comp.sys.ibm.pc Organization: Bell-Northern Research, Ottawa, Canada Lines: 19 In article <552@jvncf.UUCP> saroff@jvncf.csc.org.UUCP (Steve Saroff lac00001) writes: >I recently got the sources, including make files for Stevie off >the net. However, I am having the devil's own time getting it >compile on my PC. Looking at the Make files it has, it looks as >though the sucker was supposed to be compiled via Microsoft C, which >I don't have. I have Turbo C, any suggestions about how to user it? All that I had to do (I think) was use the UN*X makefile with the "make" command that came with turbo-c 2.0. This involved merely renaming it to MAKEFILE. I had to edit the makefile and change "cc" to "tcc -O", but that was just about everything. Oh yeah, the readme file also said to edit one of the .h files and change the appropriate #DEFINE from UNIX to MSDOS or something. Took maybe 5 minutes total (including the compile). Cheers, -Mark