mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
MODULE = dxdiag.exe
|
|
IMPORTS = dxguid ole32 oleaut32 user32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
dxdiag.rc \
|
|
information.c \
|
|
main.c \
|
|
output.c
|