summaryrefslogtreecommitdiff
path: root/Binaries
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-08-06 03:53:05 -0700
committerGravatar Rustan Leino <unknown>2013-08-06 03:53:05 -0700
commit17b4778f4570f9d7ff71f426a56207be6ff71a47 (patch)
treefe3aed7d24633af351b4f68dbe834c2298583edf /Binaries
parentdd65717941251e2be9df829694a42ec4d015bb53 (diff)
parent820054e4ea6e9b8ed28fc081cbee18640a607458 (diff)
Merge
Diffstat (limited to 'Binaries')
-rw-r--r--Binaries/PrepareDafnyZip.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/Binaries/PrepareDafnyZip.bat b/Binaries/PrepareDafnyZip.bat
index 3aede819..83aab1a9 100644
--- a/Binaries/PrepareDafnyZip.bat
+++ b/Binaries/PrepareDafnyZip.bat
@@ -9,20 +9,22 @@ if not exist %DEST_DIR% mkdir %DEST_DIR%
for %%f in (
AbsInt.dll AbsInt.pdb
Basetypes.dll Basetypes.pdb
- BVD.exe BVD.pdb
CodeContractsExtender.dll CodeContractsExtender.pdb
Core.dll Core.pdb
Dafny.exe Dafny.pdb
DafnyPipeline.dll DafnyPipeline.pdb
DafnyPrelude.bpl DafnyRuntime.cs
+ Doomed.dll Doomed.pdb
+ ExecutionEngine.dll ExecutionEngine.pdb
Graph.dll Graph.pdb
+ Houdini.dll Houdini.dll
Model.dll Model.pdb
ParserHelper.dll ParserHelper.pdb
Provers.SMTLib.dll Provers.SMTLib.pdb
UnivBackPred2.smt2
VCExpr.dll VCExpr.pdb
VCGeneration.dll VCGeneration.pdb
- ..\Source\DafnyExtension\bin\Debug\DafnyLanguageService.vsix
+ DafnyLanguageService.vsix
) do (
copy %%f %DEST_DIR%
)