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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2017-09-26 18:15:16 +0300
committerlateralusX <lateralusx.github@gmail.com>2017-10-03 10:20:10 +0300
commit52418d713f478a9f23cdb1a76575d58bea225009 (patch)
tree9ae34efe2a79dd2ee90f1c36a8b9d0ef6f7995fa /msvc/Makefile.am
parent52e98abd6e5c6d10ddea91a529f7b1b2336e0696 (diff)
Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build.
Diffstat (limited to 'msvc/Makefile.am')
-rw-r--r--msvc/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/msvc/Makefile.am b/msvc/Makefile.am
index e54aeff8d7e..115e40709aa 100644
--- a/msvc/Makefile.am
+++ b/msvc/Makefile.am
@@ -4,14 +4,8 @@ VCXPROJS = $(wildcard *.vcxproj)
EXTRA_DIST = \
$(VCXPROJS) \
README \
- create-windef.pl \
- mono.def \
mono.props \
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