Re: [fpc-pascal] Question: Is there a global callback, when a thread gets terminated?

2019-02-04 Thread Fr0sT
Are threadvar variables being freed like regular managed vars? I guess that is all you need. 02.02.2019 14:00, fpc-pascal-requ...@lists.freepascal.org пишет: Send fpc-pascal mailing list submissions to fpc-pascal@lists.freepascal.org To subscribe or unsubscribe via the World Wide Web,

[fpc-pascal] Option in Makefile to clean installed compiled units

2018-10-10 Thread Fr0sT
Hi Sven, First there is no specific option to clean what is dice with "install", because INSTALL_PREFIX might point to a non empty directory (e.g. / or /usr on *nix systems). In addition to that "make all" does not care about what has been copied with "install". What could be however is that y

[fpc-pascal] Option in Makefile to clean installed compiled units

2018-10-10 Thread Fr0sT
Hi all, when building FPC from sources, I couldn't find a command to cleanup unit binaries copied to common .\units\ dir by "install" command. Without this step build process fails. I build FPC from sources with the following layout: .\fpc-min - FPC release installed from distrib .\FPC - sou