News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Custom variables save problem?

Started by yeewang, September 09, 2005, 04:21:42 AM

Previous topic - Next topic

yeewang

Eg.

Set:
WX_DIR = c:\wx261
WX_CFG = gcc_dll
WX_BUILD = msw

And
use this as the path to include/lib in global compiler setttings

$(WX_DIR)\lib\$(WX_CFG)\$(WX_BUILD)


close the code:blocks and re-open it

it will turn into
$(WX_DIR)\lib$(WX_CFG)$(WX_BUILD)

with all the "\" gone, I also tried to use "/", doesn't help.



mandrav

You know, when reporting problems you should give more info than that.
It's nice that you provided a way to reproduce this but unfortunately you didn't say which C::B version you 're using...

Anyway, I tried with latest CVS and it works as expected.
Be patient!
This bug will be fixed soon...

Urxae

This looks related to this bug I reported on sourceforge. If it's a different effect of the same bug, mandrav fixed in CVS last week.