diff lwasm/lwasm.h @ 73:1f77ae5c3590

Added --dependnoerr flag to list dependencies on non-existent files without bailing out; also suppress error reports during dependency generation
author lost@l-w.ca
date Tue, 12 Apr 2011 17:56:51 -0600
parents ceab04fd2969
children 428068681cbf
line wrap: on
line diff
--- a/lwasm/lwasm.h	Tue Apr 12 14:16:36 2011 -0600
+++ b/lwasm/lwasm.h	Tue Apr 12 17:56:51 2011 -0600
@@ -65,6 +65,7 @@
 	FLAG_LIST = 0x0001,
 	FLAG_DEPEND = 0x0002,
 	FLAG_SYMBOLS = 0x004,
+	FLAG_DEPENDNOERR = 0x0008,
 	FLAG_NONE = 0
 };