diff options
Diffstat (limited to 'plugins/zlib/zlib.dep')
-rw-r--r-- | plugins/zlib/zlib.dep | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/plugins/zlib/zlib.dep b/plugins/zlib/zlib.dep new file mode 100644 index 0000000000..6ca0fc6d5b --- /dev/null +++ b/plugins/zlib/zlib.dep @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Generated Dependency File, included by zlib.mak
+
+.\adler32.c : \
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\compress.c : \
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\crc32.c : \
+ ".\crc32.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\deflate.c : \
+ ".\deflate.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\gzclose.c : \
+ ".\gzguts.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\gzlib.c : \
+ ".\gzguts.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\gzread.c : \
+ ".\gzguts.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\gzwrite.c : \
+ ".\gzguts.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\infback.c : \
+ ".\inffast.h"\
+ ".\inffixed.h"\
+ ".\inflate.h"\
+ ".\inftrees.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\inffast.c : \
+ ".\inffast.h"\
+ ".\inflate.h"\
+ ".\inftrees.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\inflate.c : \
+ ".\inffast.h"\
+ ".\inffixed.h"\
+ ".\inflate.h"\
+ ".\inftrees.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\inftrees.c : \
+ ".\inftrees.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\trees.c : \
+ ".\deflate.h"\
+ ".\trees.h"\
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
+
+.\uncompr.c : \
+ ".\zconf.h"\
+ ".\zlib.h"\
+
+
+.\zutil.c : \
+ ".\zconf.h"\
+ ".\zlib.h"\
+ ".\zutil.h"\
+
|