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
ntoskrnl.exe: Add stub for IoGetDeviceInterfaces.
[wine.git]
/
programs
/
oleview
/
Makefile.in
blob
6fbbbd7db837dc3ae13d76b0f7ccf285d0e0f8a8
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
=
\
15
Da.rc \
16
De.rc \
17
En.rc \
18
Fr.rc \
19
He.rc \
20
It.rc \
21
Ja.rc \
22
Ko.rc \
23
Lt.rc \
24
Nl.rc \
25
No.rc \
26
Pl.rc \
27
Pt.rc \
28
Ro.rc \
29
Ru.rc \
30
Sv.rc \
31
Uk.rc \
32
Zh.rc \
33
oleview.rc
34
35
PO_SRCS
=
oleview.rc
36
37
@MAKE_PROG_RULES@