[fpc-pascal] Searching recursively for units in a path
luciano de souza
luchyanus at gmail.com
Sat Dec 5 12:44:20 CET 2015
Hello all,
On the commandline or in fpc.cfg, I can include search paths as:
fpc test.pp -Fu./Componentes
But ./Components has a world of subfolders. So I imagine I could
indicates all subfolders as:
fpc test.pp -Fu./Componentes/*
It does not work, so I ask: is there a way to indicates subfolders
recursively with -Fu?
--
Luciano de Souza
More information about the fpc-pascal
mailing list