Author Topic: Any way to change which files get cleaned?  (Read 2990 times)

Offline Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Any way to change which files get cleaned?
« on: July 27, 2010, 05:18:35 am »
Hi all,

Just a quick simple question, is there anyway to change and/or configure specifically which files get cleaned from the project(aside from using a custom makefile)? There are extra files that get produced from the build process with different extensions. I'd like these files to be  removed as well during the cleaning process.

Using the latest nightly build(May 2010) btw.

Thanks

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Any way to change which files get cleaned?
« Reply #1 on: July 27, 2010, 04:47:55 pm »
Look up Pre/Post Steps
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Any way to change which files get cleaned?
« Reply #2 on: July 28, 2010, 04:55:51 am »
the codeblock wiki isn't turning anything up for those search terms. Can you elaborate please or give a link to more info?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Any way to change which files get cleaned?
« Reply #3 on: July 28, 2010, 07:28:25 am »
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