Viveka Ramdas wrote:

> I am using Turbo C to see the source code since it is written in C. In order
> to see it the exact part followed by the program i want to trace it. but on
> compiling it it gave me errors which prevent me from running or tracing the
> program. It cant find the files which i have mentioned below. If the
> makefile is in Unix mode how do i change it and use it?

Line 18 in the Makefile specifes the OS and gives a list of options, one of them
being Win32. However, because Win32 compilers are all different, you may need to
fudge some of the libraries or header files to make it work in Turbo C.

Of course, Turbo C may also completely ignore your Makefile. So you may have to
run nmake (or whatever borland/inrpise ships as a make replacement).

Jeremy Wadsack
Wadsack-Allen Digital Group


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to