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

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

LIBRARY = System.Numerics.Vectors.dll
LIB_REFS = System System.Numerics
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = -unsafe
LIBRARY_WARN_AS_ERROR = yes

EXTRA_DISTFILES =

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