diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/zlib/zlib.dep | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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"\
+
|