Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Leo.J90 on June 07, 2006, 08:08:41 am

Title: *.layout, *.o, *.depend files
Post by: Leo.J90 on June 07, 2006, 08:08:41 am
What are they for?
Title: Re: *.layout, *.o, *.depend files
Post by: kkez on June 07, 2006, 09:28:00 am
Just open them and you'll see!

.o => object files (http://en.wikipedia.org/wiki/Object_code)
.layout => this is a list of all the open files in the corresponding project, with tab and line position
.depend => the dependencies of each file in a project