shell32: Fix and simplify the FO_COPY operation, with tests.
[wine.git] / programs / oleview / Makefile.in
blob53553571343ce0bad752dfe0b745975a9402d42a
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
21 @MAKE_PROG_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend