repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdi32: Pass the correct depth to PutImage for SetBitmapBits on a DIB.
[wine.git]
/
programs
/
oleview
/
Makefile.in
blob
62705e865c3af3a7d91bb7d3df2baf7736affdf3
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@