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:
authorPaolo Molaro <lupus@oddwiz.org>2007-03-09 20:59:49 +0300
committerPaolo Molaro <lupus@oddwiz.org>2007-03-09 20:59:49 +0300
commit00273b2d6235db605f9316ef6012270466005ed9 (patch)
tree738870dfee6ab9363f5f13689cd7830b3221fc2b /msvc/Makefile.am
parent7c8648b8ee8ad979b6b9e07f5cdaf32403db38fc (diff)
Fri Mar 9 18:57:47 CET 2007 Paolo Molaro <lupus@ximian.com>
* Makefile.am, configure.in, msvc: add msvc directory to the distribution. * msvc/create-windef.pl, msvc/mono.def: added def file for exported functions. svn path=/trunk/mono/; revision=74019
Diffstat (limited to 'msvc/Makefile.am')
-rw-r--r--msvc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/msvc/Makefile.am b/msvc/Makefile.am
new file mode 100644
index 00000000000..b83dd4a66a2
--- /dev/null
+++ b/msvc/Makefile.am
@@ -0,0 +1,6 @@
+
+EXTRA_DIST=create-windef.pl mono.def README
+
+update-def:
+ perl create-windef.pl mono.def
+