28 lines
1.2 KiB
Batchfile
28 lines
1.2 KiB
Batchfile
@ECHO OFF
|
|
REM *************************************************************************
|
|
REM Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
|
REM National Laboratory.
|
|
REM Copyright (c) 2002 The Regents of the University of California, as
|
|
REM Operator of Los Alamos National Laboratory.
|
|
REM EPICS BASE Versions 3.13.7
|
|
REM and higher are distributed subject to a Software License Agreement found
|
|
REM in file LICENSE that is included with this distribution.
|
|
|
|
set PATH=%PATH%;C:\cygwin\bin
|
|
REM --------------- Visual c++ ------------------------
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" amd64
|
|
|
|
REM --------------- CUDA -----------------------------
|
|
|
|
|
|
REM --------------- EPICS -----------------------------
|
|
REM -- R3.14 requirements
|
|
set EPICS_HOST_ARCH=windows-x64
|
|
set PATH=%PATH%;C:\epics\base-3.14.12.4\bin\%EPICS_HOST_ARCH%
|
|
REM ===================================================
|
|
REM ====== OPTIONAL ENVIRONMENT VARIABLES FOLLOW ======
|
|
|
|
REM ---------------- EPICS tools ----------------------
|
|
REM -- HOST_ARCH needed for Makefile.Host builds --
|
|
set HOST_ARCH=WIN32
|