News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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.