projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comdlg32: Apply 3D effects to sample text area.
[wine]
/
programs
/
oleview
/
Makefile.in
1
MODULE = oleview.exe
2
APPMODE = -mwindows
3
IMPORTS = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32
4
5
C_SRCS = \
6
details.c \
7
interface.c \
8
oleview.c \
9
pane.c \
10
tree.c \
11
typelib.c
12
13
RC_SRCS = oleview.rc
14
PO_SRCS = oleview.rc
15
16
@MAKE_PROG_RULES@