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

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

LIBRARY = Mono.Simd.dll
LIB_REFS = System.Core
KEYFILE = ../mono.pub
LIB_MCS_FLAGS = /unsafe

NO_TEST = yes

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