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:
authorJb Evain <jbevain@gmail.com>2009-04-23 17:56:00 +0400
committerJb Evain <jbevain@gmail.com>2009-04-23 17:56:00 +0400
commit493d3e3c53350cb0de8f91f8f1650d69a8e1a7d8 (patch)
tree17eb85458d236f6e0e8dfb89feaf4bc8653c8658 /scripts
parent479563b1a468a9db577c6e018c208accc2d04fb6 (diff)
2009-04-23 Jb Evain <jbevain@novell.com>
* scripts/Makefile.am: add a pdb2mdb script. svn path=/trunk/mono/; revision=132466
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 86fb0f92ea2..d634ecc5e36 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -91,6 +91,7 @@ scripts_2_0 = \
mono-shlib-cop$(SCRIPT_SUFFIX) \
monop2$(SCRIPT_SUFFIX) \
resgen2$(SCRIPT_SUFFIX) \
+ pdb2mdb$(SCRIPT_SUFFIX) \
wsdl2$(SCRIPT_SUFFIX) \
xsd2$(SCRIPT_SUFFIX) \
mono-xmltool$(SCRIPT_SUFFIX) \