From cfcec36a36e642bb85cb97534d90820358464558 Mon Sep 17 00:00:00 2001 From: MichalMoskal Date: Mon, 6 Dec 2010 21:55:50 +0000 Subject: Remove FSharp DLLs (no longer needed) and obsolete Makefile --- .gitignore | 2 ++ Binaries/..svnbridge/FSharp.Core.dll | 1 - Binaries/..svnbridge/FSharp.PowerPack.dll | 1 - Binaries/FSharp.Core.dll | Bin 937816 -> 0 bytes Binaries/FSharp.PowerPack.dll | Bin 711680 -> 0 bytes Binaries/Makefile | 38 ------------------------------ 6 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 Binaries/..svnbridge/FSharp.Core.dll delete mode 100644 Binaries/..svnbridge/FSharp.PowerPack.dll delete mode 100644 Binaries/FSharp.Core.dll delete mode 100644 Binaries/FSharp.PowerPack.dll delete mode 100644 Binaries/Makefile diff --git a/.gitignore b/.gitignore index 6a2b9179..5f3bf5c9 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,8 @@ Binaries/DafnyPipeline.dll Binaries/DafnyPipeline.pdb Binaries/ModelViewer.exe* Binaries/ModelViewer.pdb +Binaries/ParserHelper.dll +Binaries/ParserHelper.pdb Test/*/Output Test/*/*.sx Test/VSComp2010/out.cs diff --git a/Binaries/..svnbridge/FSharp.Core.dll b/Binaries/..svnbridge/FSharp.Core.dll deleted file mode 100644 index 08149303..00000000 --- a/Binaries/..svnbridge/FSharp.Core.dll +++ /dev/null @@ -1 +0,0 @@ -svn:mime-typeapplication/octet-stream \ No newline at end of file diff --git a/Binaries/..svnbridge/FSharp.PowerPack.dll b/Binaries/..svnbridge/FSharp.PowerPack.dll deleted file mode 100644 index 08149303..00000000 --- a/Binaries/..svnbridge/FSharp.PowerPack.dll +++ /dev/null @@ -1 +0,0 @@ -svn:mime-typeapplication/octet-stream \ No newline at end of file diff --git a/Binaries/FSharp.Core.dll b/Binaries/FSharp.Core.dll deleted file mode 100644 index bb62c285..00000000 Binary files a/Binaries/FSharp.Core.dll and /dev/null differ diff --git a/Binaries/FSharp.PowerPack.dll b/Binaries/FSharp.PowerPack.dll deleted file mode 100644 index 0b5e207e..00000000 Binary files a/Binaries/FSharp.PowerPack.dll and /dev/null differ diff --git a/Binaries/Makefile b/Binaries/Makefile deleted file mode 100644 index 3a2a7e20..00000000 --- a/Binaries/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# All variables can be overwritten by name=value pairs as arguments to nmake, -# e.g. by running -# ?> nmake SPECSHARPROOT=c:\checkout\SpecSharp - -SPECSHARPROOT = d:\SpecSharpCodePlex\SpecSharp -# Use the first one if you want to build Boogie using the LKG build of Spec#. -# Use the second one if you want to build Boogie using a freshly built version of Spec#. -# -#SPECSHARPBINDIR = Microsoft.SpecSharp\LastKnownGood9 -SPECSHARPBINDIR = Microsoft.SpecSharp\Registration - -all: - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\ITaskManager.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\ITaskManager.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Framework.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Framework.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Runtime.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Runtime.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.SpecSharp.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.SpecSharp.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.SpecSharp.Runtime.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.SpecSharp.Runtime.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Mscorlib.Contracts.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Contracts.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Xml.Contracts.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Contracts.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\System.Compiler.Framework.Contracts.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.VisualStudio.IntegrationHelper.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.VisualStudio.IntegrationHelper.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.VisualStudio.Package.dll" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\Microsoft.VisualStudio.Package.pdb" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\ssc.exe" - copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\ssc.pdb" - -zip: - .\PrepareBoogieZip.bat -- cgit v1.2.3