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:
authorMartin Baulig <martin.baulig@xamarin.com>2013-03-13 00:18:01 +0400
committerMartin Baulig <martin.baulig@xamarin.com>2013-03-13 01:22:59 +0400
commit171c946ecd939cb42be42041f1749f4e5478db2a (patch)
tree2dee94d85050f3f677a678f4625a60377ad5d608 /mcs/class/System.IO.Compression.FileSystem/Makefile
parent77df2f0865c21ea2de127d72ff29351bb20e493d (diff)
Add System.IO.Compression.FileSystem stubs.
Diffstat (limited to 'mcs/class/System.IO.Compression.FileSystem/Makefile')
-rw-r--r--mcs/class/System.IO.Compression.FileSystem/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.IO.Compression.FileSystem/Makefile b/mcs/class/System.IO.Compression.FileSystem/Makefile
new file mode 100644
index 00000000000..4e36c8abfd4
--- /dev/null
+++ b/mcs/class/System.IO.Compression.FileSystem/Makefile
@@ -0,0 +1,10 @@
+thisdir = class/System.IO.Compression.FileSystem
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = System.IO.Compression.FileSystem.dll
+LIB_MCS_FLAGS = /r:System /r:System.IO.Compression.dll
+
+NO_TEST = yes
+
+include ../../build/library.make