diff --git a/startup/win64.bat b/startup/win64.bat new file mode 100644 index 000000000..38344a93f --- /dev/null +++ b/startup/win64.bat @@ -0,0 +1,27 @@ +@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