12 lines
442 B
Plaintext
12 lines
442 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 WINE ?= wine64
|
|
export WINEPREFIX = $(HOME)/.wine-$(EPICS_HOST_ARCH)
|
|
export WINEDEBUG := err-all,warn-all,fixme-all$(WINEDEBUG:%=,%)
|
|
export WINEDLLOVERRIDES := mscoree,mshtml=$(WINEDLLOVERRIDES:%=,%)
|
|
export WINEPATH := $(WINEPATH:%=%;)$(abspath $(INSTALL_BIN))
|