Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: kebroz on July 25, 2005, 04:38:24 pm

Title: How to set $(XXX) directories in compiler option?
Post by: kebroz on July 25, 2005, 04:38:24 pm
I saw $(XXX) in compiler option such as $(WX_DIR) and I think I can set the Directories that I often want to use. But I don't know how to set it. Anyone can tell me how to set it please?
Title: Re: How to set $(XXX) directories in compiler option?
Post by: polygon7 on July 25, 2005, 05:03:15 pm
Hi,
Project->Build Options->Custom variables->Add
then enter some variable name (for ex. test), and after that
some value (for ex. 1234). Thats all.