mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
20 lines
344 B
Makefile
20 lines
344 B
Makefile
TESTDLL = setupapi.dll
|
|
IMPORTS = advapi32 cabinet crypt32 ole32 setupapi shell32 uuid user32 wintrust
|
|
|
|
selfreg_IMPORTS = uuid advapi32 ole32
|
|
|
|
SOURCES = \
|
|
coinst.c \
|
|
coinst.spec \
|
|
devinst.c \
|
|
dialog.c \
|
|
diskspace.c \
|
|
install.c \
|
|
misc.c \
|
|
parser.c \
|
|
query.c \
|
|
selfreg.c \
|
|
selfreg.spec \
|
|
setupapi.rc \
|
|
setupcab.c \
|
|
stringtable.c
|