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