Borland Makefiles

What’s the point of having makefiles if they don’t work?

Borland Developer Studio (formerly known as Delphi) builds nice little project group files, that look exactly like makefiles.

The problem is that if the projects included in the makefiles are in subfolders, the makefile doesn’t recurse into these directories, but runs dcc32 from the current folder. And then the compiler can’t find any files.

Why is that?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>