Author Topic: pb: codeblocks compile all the project  (Read 3313 times)

Offline dvechambr

  • Single posting newcomer
  • *
  • Posts: 2
pb: codeblocks compile all the project
« on: November 20, 2011, 09:38:37 pm »

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: pb: codeblocks compile all the project
« Reply #1 on: November 20, 2011, 09:50:18 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline dvechambr

  • Single posting newcomer
  • *
  • Posts: 2
Re: pb: codeblocks compile all the project
« Reply #2 on: November 24, 2011, 06:08:21 pm »
thank you it works now