mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
11 lines
166 B
Makefile
11 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
|