News:

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

Main Menu

pb: codeblocks compile all the project

Started by dvechambr, November 20, 2011, 09:38:37 PM

Previous topic - Next topic

dvechambr


hi
I use codeblock with visual c++ 2005-2008

if i modify one cpp, codeblocks compile all the project, not just the file which is modified.
do u know why?

thanks

MortenMacFly

Quote from: dvechambr on November 20, 2011, 09:38:37 PM
do u know why?
Check your system clock and file properties (i.e. if the files' date/time is in the future). This often happens when copying the files from another source / over the network.
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]

dvechambr