mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
15 lines
242 B
Makefile
15 lines
242 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = dxdiag.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = dxguid ole32 oleaut32 user32
|
|
|
|
C_SRCS = \
|
|
information.c \
|
|
main.c \
|
|
output.c
|
|
|
|
RC_SRCS = dxdiag.rc
|
|
PO_SRCS = dxdiag.rc
|
|
|
|
@MAKE_PROG_RULES@
|