summaryrefslogtreecommitdiff
path: root/msvc/Makefile.am
blob: 726cf8e00f1b55b2a6bfe30697bf324f93d571cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

VCXPROJS = $(wildcard *.vcxproj)

EXTRA_DIST = \
	     $(VCXPROJS) \
	     README \
	     create-windef.pl \
	     mono.def \
	     mono.sln \
	     monoposixhelper.def \
	     runmdesc.bat \
	     winsetup.bat

update-def:
	perl create-windef.pl mono.def ../mono/mini/.libs/libmonoboehm-2.0.so mono-2.0.dll
	perl create-windef.pl monosgen.def ../mono/mini/.libs/libmonosgen-2.0.so monosgen-2.0.dll