Remove Mono.Options.dll dependency
authorMarek Safar <marek.safar@gmail.com>
Fri, 13 Aug 2010 18:26:42 +0000 (19:26 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 13 Aug 2010 18:26:42 +0000 (19:26 +0100)
mcs/tools/ccrewrite/Makefile
mcs/tools/ccrewrite/ccrewrite.cs [deleted file]
mcs/tools/ccrewrite/ccrewrite.exe.sources

index f6a1e73f200ce7318b91d68963833ff67661be83..f38de6e48908d3a22d710416b9a2155f0356f2ee 100644 (file)
@@ -4,6 +4,6 @@ include ../../build/rules.make
 
 PROGRAM = ccrewrite.exe
 
-LOCAL_MCS_FLAGS = -r:Mono.CodeContracts.dll -r:Mono.Options.dll
+LOCAL_MCS_FLAGS = -r:Mono.CodeContracts.dll
 
 include ../../build/executable.make
diff --git a/mcs/tools/ccrewrite/ccrewrite.cs b/mcs/tools/ccrewrite/ccrewrite.cs
deleted file mode 100644 (file)
index b64fca9..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-//
-// ccrewrite.cs
-//
-// Authors:
-//     Marek Safar (marek.safar@gmail.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-namespace Mono.CodeContracts.Rewrite
-{
-       class Driver
-       {
-               public static int Main ()
-               {
-                       return 0;
-               }
-       }
-}
\ No newline at end of file
index ed239d3662d3c14b943c300b4a1f04885f645112..73241424e3955100a1cdbb70880b18d72c379ab3 100644 (file)
@@ -1,3 +1,3 @@
 ../../build/common/Consts.cs
+../../class/Mono.Options/Mono.Options/Options.cs
 Program.cs
-