Hi All,
How can I specify project's output to be specific to current operating system?
I want to make Lazarus outputs my build depending on current OS for example, if I compile a project in Linux the output must be in ./bin/linux where if I compile same project in Windows without changing anything it must output to ./bin/win32.
PS
Usually I can do this easily with Qt because Qt projects are very flexible while I can't find this option in Lazarus projects although Lazarus is cross-platform IDE! so I suspect that I'm missing something.
Note
I'm using Lazarus 0.9.28.2