wine/programs/oleview/Makefile.in

22 lines
387 B
Makefile
Raw Normal View History

2006-06-14 17:50:28 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleview.exe
APPMODE = -mwindows -municode
IMPORTS = comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid
EXTRADEFS = -DUNICODE
C_SRCS = \
2006-06-14 17:51:27 +00:00
oleview.c \
pane.c
2006-06-14 17:50:28 +00:00
RC_SRCS = rsrc.rc
RC_BINSRC = rsrc.rc
RC_BINARIES = toolbar.bmp
@MAKE_PROG_RULES@
### Dependencies: