User forums > Help

Unable to build multiple files project. Checking for existence......

<< < (2/2)

BlueHazzard:
Codeblocks manages the build in targets (for example called release and debug)... Each target has a collection of files to compiler and link together. At the end of each target there is a binary file (or for virtual targets, other targets)
So it is possible to build multiple exe or libraries within one codeblocks project. A.cpp --> A.exe, B.cc -->B.dll

When you add (or create) new files to the project, codeblocks ask to what targets it should add your files. By default all targets are selected, you probably have deselected all targets, so you had to do it by hand a second time...

Edit: you can look here: http://wiki.codeblocks.org/index.php?title=The_build_process_of_Code::Blocks

Navigation

[0] Message Index

[*] Previous page

Go to full version