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

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

LIBRARY = Microsoft.CSharp.dll

LIB_MCS_FLAGS = -r:System.Core.dll -r:Mono.CSharp.dll

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