Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[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_REFS = System
7 LIB_MCS_FLAGS = /unsafe -nowarn:414 -nowarn:436
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9
10 TXT_RESOURCE_STRINGS = ../referencesource/System.Numerics/System.Numerics.txt
11
12 EXTRA_DISTFILES =
13
14 include ../../build/library.make