diff lwlink/lwlink.h @ 248:e8d70b95ec41 2.x

Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols
author lost
date Sun, 22 Nov 2009 05:46:31 +0000
parents f9f01a499525
children
line wrap: on
line diff
--- a/lwlink/lwlink.h	Thu Nov 19 02:48:36 2009 +0000
+++ b/lwlink/lwlink.h	Sun Nov 22 05:46:31 2009 +0000
@@ -81,6 +81,7 @@
 	int islib;				// set to true if the file is a "-l" option
 
 	int forced;				// set to true if the file is a "forced" include
+	int resolves;			// set to true if the file resolves a symbol
 
 	// "sub" files (like in archives or libraries)
 	int nsubs;