Browse Source

* scripts/Makefile.am: Add sqlmetal.

svn path=/trunk/mono/; revision=129196
Jonathan Pryor 17 years ago
parent
commit
c1fdbfc6ea
2 changed files with 10 additions and 0 deletions
  1. 9 0
      ChangeLog
  2. 1 0
      scripts/Makefile.am

+ 9 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2009-03-12  Jonathan Pryor  <[email protected]>
+
+	* scripts/Makefile.am: Add sqlmetal.
+
 2009-03-10  Zoltan Varga  <[email protected]>
 
 	* README: Remove the comment about --with-moonlight being pre-alpha.
@@ -84,6 +88,11 @@
 	* scripts/Makefile.am: don't generate a script for the now
 	dead mono-api-diff.
 
+2008-12-05  Jonathan Pryor  <[email protected]>
+
+	* scripts/mdassembler, scripts/monodocer, scripts/monodocs2html:
+	  Properly quote parameters as they may contain spaces.
+
 2008-12-05  Jonathan Pryor  <[email protected]>
 
 	* man/mdoc-update.1: Document -fno-assembly-versions.

+ 1 - 0
scripts/Makefile.am

@@ -98,6 +98,7 @@ scripts_2_0 = \
 	wsdl2$(SCRIPT_SUFFIX)			\
 	xsd2$(SCRIPT_SUFFIX)			\
 	sgen$(SCRIPT_SUFFIX)			\
+	sqlmetal$(SCRIPT_SUFFIX)		\
 	sqlsharp$(SCRIPT_SUFFIX)		\
 	svcutil$(SCRIPT_SUFFIX)			\
 	xbuild$(SCRIPT_SUFFIX)