Sweden-Number/programs/dxdiag/Makefile.in

14 lines
205 B
Makefile
Raw Normal View History

2009-08-24 18:18:26 +02:00
MODULE = dxdiag.exe
APPMODE = -mwindows -municode
IMPORTS = dxguid ole32 oleaut32 user32
2009-08-24 18:18:26 +02:00
C_SRCS = \
information.c \
main.c \
output.c
2009-08-24 18:18:26 +02:00
RC_SRCS = dxdiag.rc
PO_SRCS = dxdiag.rc
2009-08-24 18:18:26 +02:00
@MAKE_PROG_RULES@