Merge pull request #1580 from akoeplinger/msbuild-3B-escape
[mono.git] / mcs / class / System.Numerics / Makefile
1 thisdir = class/System.Numerics
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Numerics.dll
6 LIB_MCS_FLAGS = -r:System.dll /unsafe -d:MONO
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
8
9 RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
10
11 EXTRA_DISTFILES =
12
13 include ../../build/library.make