[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = ../ecma.pub
8 LIB_MCS_FLAGS =
9 TEST_MCS_FLAGS =
10 TEST_LIB_REFS = System System.Core
11
12 RESX_RESOURCE_STRING = \
13         ../../../external/corefx/src/System.IO.Compression/src/Resources/Strings.resx
14
15 include ../../build/library.make