pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

fixed borlndmm project #17

Closed sglienke closed 3 years ago

sglienke commented 3 years ago

When trying to compile the borlndmm project without FastMM5 already being in the library path it fails. I added the relative path to the file to fix this.

pleriche commented 3 years ago

Thanks Stefan, I have merged it.