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@