comparison lwlink/lwlink.h @ 205:42df94f30d82

checkpoint
author lost
date Sun, 19 Apr 2009 17:44:46 +0000
parents 048ebb85f6ef
children f9f01a499525
comparison
equal deleted inserted replaced
204:048ebb85f6ef 205:42df94f30d82
77 long filesize; 77 long filesize;
78 section_t *sections; 78 section_t *sections;
79 int nsections; 79 int nsections;
80 int islib; // set to true if the file is a "-l" option 80 int islib; // set to true if the file is a "-l" option
81 81
82 int forced; // set to true if the file is a "forced" include
83
82 // "sub" files (like in archives or libraries) 84 // "sub" files (like in archives or libraries)
83 int nsubs; 85 int nsubs;
84 fileinfo_t **subs; 86 fileinfo_t **subs;
85 fileinfo_t *parent; 87 fileinfo_t *parent;
86 }; 88 };