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

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

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

EXTRA_DISTFILES = README.txt

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