I'm totally new to Lazarus (win32) and I am experimenting in trying to port a Borland Delphi app.
I started with a blank application and tried adding a bunch of non-graphic units to the project. They are all located in a sub-folder of the project directory. I have been able to build all these units individually without problems, but when I build the full project it tries to compile a bunch of .pas files that are in the same directory but are not included in the application (units not referenced in the project). If I remove the first file that it tries to compile, it just goes down to the next one.
Any idea why it does this or how to stop this behavior?
--- Dave