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

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

LIBRARY = Microsoft.VisualC.dll
LIB_REFS = System
KEYFILE = ../msfinal.pub

NO_TEST = yes

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