Using a variable I.E $(CODEBLOCKS) in the project wizard project path?
I try and it fails I can find now way to change the inner workings of the getprogectpath pane of the project wizard and the path is not exposed as far as I can tell
any help would be appreciated
Ben
Guess from someone who does NOT do CB Scripting.
GetConfigManager().GetExecutableFolder()
Based on source code reading and these links
http://wiki.codeblocks.org/index.php?title=Wizard_Scripting_Commands (http://wiki.codeblocks.org/index.php?title=Wizard_Scripting_Commands)
http://wiki.codeblocks.org/index.php?title=Scripting_commands (http://wiki.codeblocks.org/index.php?title=Scripting_commands)
Tim S.
Thanks will try it out it's one way of going around the problem
You can have a look at the scripts shipped with C::B, e.g. the make_dist.script.
thanks will do
_Ben