mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
MODULE = dxdiag.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = dxguid ole32 oleaut32 user32
|
|
|
|
C_SRCS = \
|
|
information.c \
|
|
main.c \
|
|
output.c
|
|
|
|
RC_SRCS = dxdiag.rc
|