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: 35c1b117ee0c859bdf8804535942cc33030f0d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/Microsoft.CSharp
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Microsoft.CSharp.dll

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

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