winedbg: Use copy of be_i386_fetch_float for be_arm_fetch_float (except of long double).
[wine] / programs / dxdiag / Makefile.in
1 MODULE    = dxdiag.exe
2 APPMODE   = -mwindows -municode
3 IMPORTS   = dxguid ole32 oleaut32 user32
4
5 C_SRCS = \
6         information.c \
7         main.c \
8         output.c
9
10 RC_SRCS = dxdiag.rc
11 PO_SRCS = dxdiag.rc
12
13 @MAKE_PROG_RULES@