Include and add to project file paths also limited
skybuck2000 <[email protected]> Sun, 23 Jan 2022 09:08:27 -0800 (PST)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
$I
and
UFRMAbout in 'UFRMAbout.pas' {FRMAbout},
and such cannot be used with $(Config) or $(Platform) or
the must desired $(CompilerVersion)
or anything for that matter:
{$I $(ProjectSource)\config.inc}
^ Example of which would be nice.
Or instead of
..\..\..\libraries\etc in blabla.pas
$(ProjectSource)\libraries\etc
Bye for now,
Skybuck.