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: 032d1001a83a37066a1f09d4a697522f73781e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx

EXTRA_DISTFILES =

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