Hi
Last commit has implemented this feature.
It works well if source contains headers which are in Harbour
include folder. If fails if a foreign header is included.
Because at that moment no project definition is in picture,
what is the best way to let hbIDE know of certain parametrs?
Any suggestions are welcome.
A CLARIFICATION:
> Can you help me undestand what is single source build and compile?
Just like hbmk2 speedtst.prg
A single PRG to EXE without PROJECT DFINITION.
> Wich paramtere?
-i -L -l -d - which are provided on the command line or in a .hbp
file.
> Are you referring to harbour and hbide command line?
Yes like, but from the interface itself.
Imagine you want simply to run a .prg from harbour/tests.
It was not possible before last commit. Now you open that PRG in
hbIDE and click "Build Single Source" and there you go.
As all examples in harbout/tests only include headers from harbour/
include,
there are build fine. But if another header is used to test quicky an
example send
on the list, it is not possible.
So my question was, how to handle this situation ?
What you are doing in other IDE's to achieve this ?