wined3d: Add a test for the cnd instruction.
[wine/multimedia.git] / programs / oleview / Makefile.in
blob3a393a5df0f7fe905fe5eac9a0550489d74c21aa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = oleview.exe
6 APPMODE = -mwindows -municode
7 IMPORTS = comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
8 EXTRALIBS = -luuid
9 EXTRADEFS = -DUNICODE
11 C_SRCS = \
12 details.c \
13 interface.c \
14 oleview.c \
15 pane.c \
16 tree.c \
17 typelib.c
19 RC_SRCS = rsrc.rc
20 RC_BINSRC = rsrc.rc
21 RC_BINARIES = toolbar.bmp
23 @MAKE_PROG_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend