News:

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

Main Menu

Change execution directory or $(target_output_dir)

Started by hnrkg, February 08, 2011, 11:12:15 PM

Previous topic - Next topic

hnrkg

There already is an old post (http://forums.next.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?  :)