On Tue, 10 Dec 2002 00:57:24 +0100 Frank Heckenbach frank@g-n-u.de wrote:
Frank D. Engel, Jr. wrote:
crt: crt.o crt.gpi gpc -c /full/path/to/crt.pas
That would mean hard-coding a system path in a project Makefile which is generally not a good idea since the Makefile will only work on one (or few) system(s).
Frank
-- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707
I think I'll "cheat" and go with --automake in the Makefile.
Thank you everyone for the help!