projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use shell icon cache instead of an own IExtractIcon implementation.
[wine]
/
dlls
/
comcat
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = comcat.dll
6
IMPORTLIB = libcomcat.$(IMPLIBEXT)
7
IMPORTS = ole32 user32 advapi32 kernel32
8
EXTRALIBS = $(LIBUNICODE) -luuid
9
10
C_SRCS = \
11
comcat_main.c \
12
factory.c \
13
information.c \
14
manager.c \
15
register.c \
16
regsvr.c
17
18
RC_SRCS = \
19
version.rc
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: