This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Auto-tools & Win32 & Borland C++ Builder
>>>>> "Axel" == Axel Thimm <Axel.Thimm@physik.fu-berlin.de> writes:
Axel> The request was for experience in making the
Axel> autoconf/automake/libtool set work with Borland C++.
Doing this would be fine from the automake perspective.
If the compiler is too different from a Unix compiler it might be
easiest to write a wrapper script.
Axel> I guess that autoconf would be quite easy to implant some
Axel> Borland macros. automake and dependency tracking could be a
Axel> problem, although there are compiler switches in Borland for
Axel> this, too.
Dependency tracking support just means adding another case to the
depcomp script.
Tom