Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: advance-software on June 19, 2013, 08:12:38 am
-
Hi,
Trying to make a portable project that I can give to others - so don't want any user specific paths in it.
Tried to add search directories in the following formats (linux) :
~/mytree/includes
$HOME/mytree/includes
neither worked. Is something like this possible ?
-
It should work, see here: http://wiki.codeblocks.org/index.php?title=Variable_expansion
-
Thanks - it does - missed the brackets :)
Doh !