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

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

LIBRARY = CustomMarshalers.dll
LIB_REFS = System
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
NO_TEST = yes

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