Author: jbevain
Date: 2007-08-08 11:44:18 -0400 (Wed, 08 Aug 2007)
New Revision: 83674

Removed:
   
trunk/cecil/flowanalysis/Cecil.FlowAnalysis/CodeStructure/IAssignExpression.cs
Modified:
   trunk/cecil/flowanalysis/Makefile
Log:
forgot to remove this one

Deleted: 
trunk/cecil/flowanalysis/Cecil.FlowAnalysis/CodeStructure/IAssignExpression.cs
===================================================================
--- 
trunk/cecil/flowanalysis/Cecil.FlowAnalysis/CodeStructure/IAssignExpression.cs  
    2007-08-08 14:49:16 UTC (rev 83673)
+++ 
trunk/cecil/flowanalysis/Cecil.FlowAnalysis/CodeStructure/IAssignExpression.cs  
    2007-08-08 15:44:18 UTC (rev 83674)
@@ -1,39 +0,0 @@
-#region license
-//
-// (C) db4objects Inc. http://www.db4o.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.
-//
-#endregion
-
-// Warning: generated do not edit
-
-using System;
-using System.Collections;
-using Mono.Cecil;
-using Mono.Cecil.Cil;
-
-namespace Cecil.FlowAnalysis.CodeStructure {
-
-       public interface IAssignExpression : IExpression {
-               IExpression Target { get; }
-               IExpression Expression { get; }
-       }
-}

Modified: trunk/cecil/flowanalysis/Makefile
===================================================================
--- trunk/cecil/flowanalysis/Makefile   2007-08-08 14:49:16 UTC (rev 83673)
+++ trunk/cecil/flowanalysis/Makefile   2007-08-08 15:44:18 UTC (rev 83674)
@@ -2,7 +2,7 @@
 KEY_FILE = ../../mcs/class/mono.snk
 MCS_FLAGS = -keyfile:$(KEY_FILE)
 BUILD.DIR = bin
-MONO.CECIL.DLL = ../lib/Mono.Cecil.dll
+MONO.CECIL.DLL = ../../mcs/class/Mono.Cecil/Mono.Cecil.dll
 
 all: init
        $(MCS) $(MCS_FLAGS) @Cecil.FlowAnalysis.sources /target:library 
/out:$(BUILD.DIR)/Cecil.FlowAnalysis.dll /r:$(BUILD.DIR)/Mono.Cecil.dll

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to