11 lines
318 B
Plaintext
11 lines
318 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
|