News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Per compiler custom variables not expanded?

Started by MortenMacFly, May 08, 2006, 02:34:10 PM

Previous topic - Next topic

takeshimiya

#15
Quote from: yop on May 08, 2006, 08:25:41 PM
Me too. If you change the QTDIR env var you can switch between Qt versions on the fly. It's obvious that I 'm intrested ;)
Same case here, but for wxWidgets. :)

If it gets done per-target, I could have different targets for different versions, different configurations and even different compilers, all without touching furthermore the project or anything else, just the WXCFG variables :)

yop

The more I think about it the more I like it. Setting the LD_LIBRARY_PATH in Linux if developing a shared object and more and more... How come we never thought about it?
Life would be so much easier if we could just look at the source code.

MortenMacFly

I've done it. A first version is available at:
http://forums.next.codeblocks.org/index.php?topic=3061.0
I don't have a linux system so this plugin needs testing - especially on linux.
...have fun with it, I hope I didn't implement too much errors... ;-)
With best regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]