mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
TESTDLL = kernelbase.dll
|
|
|
|
SOURCES = \
|
|
file.c \
|
|
memory.c \
|
|
path.c \
|
|
process.c \
|
|
rsrc.rc \
|
|
security.c \
|
|
sync.c
|