From 524f69acc59ac20955700c65d358490c383aa3a2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 4 Nov 2012 16:52:40 +0000 Subject: Support generation of dep files --- src/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 696a907..ba43084 100644 --- a/src/options.h +++ b/src/options.h @@ -12,6 +12,8 @@ struct options { char *outfilename; char *infilename; + char *depfilename; + FILE *depfilehandle; char *idlpath; bool verbose; bool debug; -- cgit v1.2.3