Hi All
How to tell gpc where the precompiled units are? I would like to keep standard/shared object files (precompiled units) in one directory and make them available for all the projects I'm working on.
I'm using the latest beta 1030 on Solaris 7.
Thanks for suggestions
. Mariusz Zynel wrote:
How to tell gpc where the precompiled units are? [...]
gpc --unit-path=/foo/bar/baz ...
See also: --unit-destination-path --object-path --object-destination-path
Hope this helps,
Peter
Peter Gerwinski wrote:
gpc --unit-path=/foo/bar/baz ...
See also: --unit-destination-path --object-path --object-destination-path
Hope this helps,
Thank you Peter for a quick response. It works as I wanted. The problem was I couldn't find those options in documentation.
Regards