Author Topic: *.layout, *.o, *.depend files  (Read 6880 times)

Offline Leo.J90

  • Multiple posting newcomer
  • *
  • Posts: 30
  • Programming & Reverse Engineering
*.layout, *.o, *.depend files
« on: June 07, 2006, 08:08:41 am »
What are they for?
"Don't think about the work, think about the benefit"

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: *.layout, *.o, *.depend files
« Reply #1 on: June 07, 2006, 09:28:00 am »
Just open them and you'll see!

.o => object files
.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