Merge pull request #4222 from alexanderkyte/fix_mismatch_com_disabled
[mono.git] / mcs / class / System.IO.Compression / Makefile
1 thisdir = class/System.IO.Compression
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IO.Compression.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS =
8 TEST_MCS_FLAGS =
9 TEST_LIB_REFS = System System.Core
10
11 RESX_RESOURCE_STRING = \
12         ../../../external/corefx/src/System.IO.Compression/src/Resources/Strings.resx
13
14 include ../../build/library.make