projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
When using desktop mode attach all thread inputs together, so that
[wine]
/
dlls
/
olecli
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = olecli32.dll
6
IMPORTS = ole32 gdi32 kernel32
7
ALTNAMES = olecli.dll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
olecli_main.c
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies:
18