Author Topic: Clicking 'Build' rebuilds entire project every time regardless of changes  (Read 2948 times)

Offline sinoth

  • Single posting newcomer
  • *
  • Posts: 5
I'm running SVN 4872 in Windows and have a peculiar problem with my project completely rebuilding every time I click Build, regardless of whether or not files have changed.  What I don't understand is that my project, which consists of 14 source and header files, has been fine up until today.  Unfortunately, I can't trace this behavior to a single action, but today I did add/remove some files from the project.

I found an old thread here that describes my problem, but the solution didn't help.  I do have some header files with no matching source file, and vise versa, but as I said this hasn't been a problem in the past.

The project does build successfully and runs fine, but it's annoying that it recompiles everything all the time.  Any ideas?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Clicking 'Build' rebuilds entire project every time regardless of changes
« Reply #1 on: February 19, 2008, 08:47:33 am »
The project does build successfully and runs fine, but it's annoying that it recompiles everything all the time.  Any ideas?
Post the workspace / project file (*.workspace/*.cpb) here.
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