In Project -> Project Options -> Compiler Options -> Paths there is an option for the Libraries path (-Fl). I am using SDL in a project, but need the DLLs to be in a subfolder called native.
Modifying this path doesn't seem to work, and when I start the project using the "Play" button, the debugger borks. When I make a batch file that includes "native" in the system PATH, the program starts fine.
I need a way to configure Lazarus to include this folder in the PATH environment variable when starting the project.. how do I do this?
Thanks.