Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Numerics « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc470e1b6e77c43d72f201970bbb3b488f6c8ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.Numerics
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Numerics.dll
LIB_REFS = System
LIB_MCS_FLAGS = /unsafe -nowarn:414 -nowarn:436
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

TXT_RESOURCE_STRINGS = ../referencesource/System.Numerics/System.Numerics.txt

EXTRA_DISTFILES =

include ../../build/library.make