Author Topic: SetTargetFilenameGenerationPolicy in script  (Read 3245 times)

mariocup

  • Guest
SetTargetFilenameGenerationPolicy in script
« on: May 08, 2007, 06:17:09 pm »
Hi there!

We are creating new projects via a wizard script. In this script we need to change the extension of the created executable, because we do not want our executable to be called <executable>.exe. We are working for embedded systems and our default extension is .elf. So it is possible to distinguish between executables for the host and for the target system.
So our problem is, that we can not use the function Get/SetTargetFilenameGenerationPolicy, which are not available as a script binding at the moment.
As we are starting with codeblocks development we do not want to change core sources.

Is it possible that someone adds these script bindings to one of the next nightly builds?

Thanks,

Mario


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SetTargetFilenameGenerationPolicy in script
« Reply #1 on: May 08, 2007, 07:08:19 pm »
Quote
Is it possible that someone adds these script bindings to one of the next nightly builds?

Yes but please file a bug-report for the bindings that are missing (or else they 'll be forgotten again).
Be patient!
This bug will be fixed soon...