mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
10 lines
162 B
Makefile
10 lines
162 B
Makefile
MODULE = vcruntime140_1.dll
|
|
IMPORTS = vcruntime140
|
|
PARENTSRC = ../msvcrt
|
|
|
|
SOURCES = \
|
|
except_arm64ec.c \
|
|
except_x86_64.c \
|
|
handler4.c \
|
|
main.c \
|
|
version.rc
|