Author Topic: Custom variables save problem?  (Read 4203 times)

yeewang

  • Guest
Custom variables save problem?
« on: September 09, 2005, 04:21:42 am »
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.



Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Custom variables save problem?
« Reply #1 on: September 09, 2005, 10:07:23 am »
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...

Offline Urxae

  • Regular
  • ***
  • Posts: 376
Re: Custom variables save problem?
« Reply #2 on: September 09, 2005, 02:06:41 pm »
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.