mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
TESTDLL = reg.exe
|
|
IMPORTS = advapi32
|
|
|
|
SOURCES = \
|
|
add.c \
|
|
copy.c \
|
|
delete.c \
|
|
export.c \
|
|
import.c \
|
|
query.c
|