Executable Commandline - IDE Tool variable support.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Executable Commandline - IDE Tool variable support.

Post 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.
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
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Re: Executable Commandline - IDE Tool variable support.

Post by Bisonte »

Already there.... Compiler Options !
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: Executable Commandline - IDE Tool variable support.

Post by Thunder93 »

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
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Executable Commandline - IDE Tool variable support.

Post 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.
quidquid Latine dictum sit altum videtur
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: Executable Commandline - IDE Tool variable support.

Post 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.
ʽʽ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
Post Reply