summaryrefslogtreecommitdiff
path: root/Binaries
diff options
context:
space:
mode:
authorGravatar stobies <unknown>2010-08-06 07:19:53 +0000
committerGravatar stobies <unknown>2010-08-06 07:19:53 +0000
commit10c72de92d46207469f68a07a958beec9c314a59 (patch)
tree87dbc68c492ff7ae41b0d9a2718869996b952d84 /Binaries
parent019634609db25a4c56abd0eae49da20a1957e258 (diff)
Remove support for Z3 V1 and clean up parameter processing code for Z3
svn-ignoring some build artifacts
Diffstat (limited to 'Binaries')
-rw-r--r--Binaries/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Binaries/Makefile b/Binaries/Makefile
index 3a2a7e20..6a792393 100644
--- a/Binaries/Makefile
+++ b/Binaries/Makefile
@@ -6,8 +6,8 @@ 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
+SPECSHARPBINDIR = Microsoft.SpecSharp\LastKnownGood9
+#SPECSHARPBINDIR = Microsoft.SpecSharp\Registration
all:
copy /y "$(SPECSHARPROOT)\$(SPECSHARPBINDIR)\ITaskManager.dll"