mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
14 lines
179 B
Makefile
14 lines
179 B
Makefile
TESTDLL = ucrtbase.dll
|
|
IMPORTS = ucrtbase
|
|
|
|
SOURCES = \
|
|
cpp.c \
|
|
environ.c \
|
|
file.c \
|
|
misc.c \
|
|
printf.c \
|
|
scanf.c \
|
|
string.c \
|
|
thread.c \
|
|
threaddll.c \
|
|
threaddll.spec
|