mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
231 B
Makefile
14 lines
231 B
Makefile
MODULE = oleview.exe
|
|
IMPORTS = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mwindows
|
|
|
|
C_SRCS = \
|
|
details.c \
|
|
interface.c \
|
|
oleview.c \
|
|
pane.c \
|
|
tree.c \
|
|
typelib.c
|
|
|
|
RC_SRCS = oleview.rc
|