Author Topic: Change execution directory or $(target_output_dir)  (Read 2733 times)

hnrkg

  • Guest
Change execution directory or $(target_output_dir)
« on: February 08, 2011, 11:12:15 pm »
There already is an old post (http://forums.codeblocks.org/index.php/topic,7218.0.html) on the subject but since it's old and because my question is slightly different, I start a new subject.

Is there a way to change the execution directory that is passed to cb_console_runner? I want this to work with source files that are not a part of a project, so changing the project properties will not do it. Is it possible to override the $(target_output_dir) or something similar? I've tried to expand the target_output_dir variable but it doesn't work.

Is there a solution or do I have to hard code the path into cb_console_runner myself?  :)