Page 1 of 1

Executable Commandline - IDE Tool variable support.

Posted: Thu Sep 24, 2015 6:02 pm
by Thunder93
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.

Re: Executable Commandline - IDE Tool variable support.

Posted: Thu Sep 24, 2015 9:30 pm
by Bisonte
Already there.... Compiler Options !

Re: Executable Commandline - IDE Tool variable support.

Posted: Thu Sep 24, 2015 9:59 pm
by Thunder93
Wasn't what I was asking for.

Re: Executable Commandline - IDE Tool variable support.

Posted: Fri Sep 25, 2015 7:58 pm
by freak
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.

Re: Executable Commandline - IDE Tool variable support.

Posted: Fri Sep 25, 2015 8:07 pm
by Thunder93
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.