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

Makefile « build « Mono.PEToolkit « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac5a05295659e0e5aff7db324bc272c2a71e69f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
thisdir = class/Mono.PEToolkit/build
SUBDIRS =
include ../../../build/rules.make

# ok this duplication of the source lists is just wrong. But we can't
# include both library and build/executable.make in one makefile at the
# moment, so...
#
# someday there will be a better way.

PROGRAM = mddump.exe
LOCAL_MCS_FLAGS = /unsafe

EXTRA_DISTFILES = \
	ChangeLog			\
	srcgen/a.bat		\
	srcgen/bitconv-types.xml	\
	srcgen/xslt.wsf		\
	$(wildcard srcgen/*.xsl)	\
	srcgen/data/ilasm.xml	\
	srcgen/data/md-schema.xml

include ../../../build/executable.make