From 9b9daa9a7c433a636ecbe7d38b12d1e6ff4730b1 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 18 Nov 2015 17:08:37 +0100 Subject: [PATCH] by Helge --- startup/win64.bat | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 startup/win64.bat 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