Author Topic: File Wizard for .d files  (Read 3398 times)

Malevol3nt

  • Guest
File Wizard for .d files
« on: May 20, 2009, 02:02:08 am »
Hello,

There's a D Application project wizard in CodeBlocks and the default D project that comes with it compiles fine.

But how could I add more .d files on the fly? Without any multipage wizards or anything, I just want to add a nameable .d file in the current project directory. Is there a general-purpose wizard script that I could edit so it just adds a named file with the .d extension in the project folder?

Forgive me if this has already been discussed, I couldn't find a similar topic by searching (in which case there is one then just link me there and I'll be glad to read it thru).

Thanx for reading.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: File Wizard for .d files
« Reply #1 on: May 20, 2009, 08:38:54 am »
I just want to add a nameable .d file in the current project directory.
Right click on the project, select "add" -> select the files -> choose the target(s) to add the file(s) to...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ