News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

compiling multiple source file

Started by ehsan, December 26, 2009, 07:48:26 PM

Previous topic - Next topic

ehsan

Hi
How can I compile  multiple source file ? :shock:

MortenMacFly

Quote from: ehsan on December 26, 2009, 07:48:26 PM
How can I compile  multiple source file ? :shock:
Setup a project, add all files to be compiled / used, hit "compile project". Consult the documentation for more details:
http://www.codeblocks.org/docs/main_codeblocks_en.html
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]