I use a customized version of lexvictory PB IDE Tool to compile 32bit code from 64bit IDE Toolbar and vice versa.
I would really love to have a constant and variable support for PB IDE Compiler 'Executable Commandline' entered information. There's already several constants ( PB_TOOL_* ) to retrieve different things in Compiler Options.
Executable Commandline - IDE Tool variable support.
Executable Commandline - IDE Tool variable support.
Last edited by Thunder93 on Wed Jul 20, 2016 2:56 am, edited 1 time in total.
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
Re: Executable Commandline - IDE Tool variable support.
Already there.... Compiler Options !
Re: Executable Commandline - IDE Tool variable support.
Wasn't what I was asking for.
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
Re: Executable Commandline - IDE Tool variable support.
You can parse this info from the comments at the end of the source file if you use the %TEMPFILE commandline option. The compiler options are always written there when passing the temp file to a tool.
quidquid Latine dictum sit altum videtur
Re: Executable Commandline - IDE Tool variable support.
That's right. Just was wishing for the convenience of having IDE Tool variable like some already exists even though phrasing the source can be done for them also.
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley