mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
223 B
Makefile
11 lines
223 B
Makefile
EXTRADEFS = -D_CONTRACT_GEN
|
|
MODULE = twinapi.appcore.dll
|
|
IMPORTS = combase advapi32
|
|
|
|
SOURCES = \
|
|
advertising_manager.c \
|
|
analytics_info.c \
|
|
application_view.c \
|
|
classes.idl \
|
|
client_device_information.c \
|
|
main.c
|