forked from microsoft/SLAyer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.cmd
31 lines (22 loc) · 920 Bytes
/
config.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@echo off
REM SLAyer setup file.
REM Most of these settings are for running slayer in stand-alone mode.
REM slayer running under slam needs very little of this.
set SLWIN=%~dp0..
set PATH=%SLWIN%\SLAyer\bin;%PATH%
set PATH=%SLWIN%\SLAyer\tools\bin;%PATH%
set PATH=%SLWIN%\SLAyer\tools\Z3\build;%PATH%
set PATH=%SLWIN%\SLAyer\tools\flexdll;%PATH%
REM sd merge.
set PATH=%$PROGRAMFILES%\Emacs\emacs\bin;%PATH%
set SDMERGE=%SLWIN%\SLAyer\tools\site-lisp\msel\mymerge.bat
REM dot
set PATH=%PROGRAMFILES%\Graphviz2.27\bin;%PATH%
REM the directory the ocaml compiler executables are installed into
set OCAML=%SLWIN%\SLAyer\tools\ocaml\bin
REM add ocaml compilers to PATH
set PATH=%SLWIN%\SLAyer\tools\ocaml\bin;%PATH%
REM add ocaml library to INCLUDE, mainly for compiling C interface code
set INCLUDE=%SLWIN%\SLAyer\tools\ocaml\lib;%INCLUDE%
REM must be in windows format
set OCAMLLIB=%SLWIN%\SLAyer\tools\ocaml\lib