Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile')
-rw-r--r--mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile b/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile
new file mode 100644
index 00000000000..fe5ae55972c
--- /dev/null
+++ b/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile
@@ -0,0 +1,12 @@
+thisdir = class/ICSharpCode.SharpZipLib
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = ICSharpCode.SharpZipLib.dll
+LIBRARY_SNK = SharpZipLib.key
+
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
+NO_TEST = yes
+EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
+
+include ../../build/library.make