Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Malevol3nt 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.
-
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...