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

LIBRARY = PEAPI.dll
LIB_REFS = System
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:414,618
NO_TEST = yes

EXTRA_DISTFILES = README.txt

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