Files
epics-base/configure/os/CONFIG.Linux.windows-x64
2025-03-04 17:53:22 +01:00

12 lines
363 B
Plaintext

include $(CONFIG)/os/CONFIG.windows-x64.windows-x64
VALID_BUILDS = Ioc Command
MSVC_VERSION ?= 2019
PATH := /opt/gfa-wine/bin:/opt/wine-msvc-$(MSVC_VERSION)/bin/x64:$(PATH)
export WINEPREFIX = $(HOME)/.wine-$(EPICS_HOST_ARCH)
export WINEDEBUG=fixme-all
export WINEDLLOVERRIDES="mscoree,mshtml="
export WINE = wine64
export WINEPATH = $(realpath $(INSTALL_BIN))