News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

File Wizard for .d files

Started by Malevol3nt, May 20, 2009, 02:02:08 AM

Previous topic - Next topic

Malevol3nt

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.

MortenMacFly

Quote from: Malevol3nt on May 20, 2009, 02:02:08 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]