projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
widl: Consolidate writing of COM and dispatch interfaces into one function to remove...
[wine]
/
dlls
/
comcat
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = comcat.dll
6
IMPORTS = uuid ole32 user32 advapi32 kernel32
7
8
C_SRCS = \
9
comcat_main.c \
10
factory.c \
11
information.c \
12
manager.c \
13
register.c \
14
regsvr.c
15
16
RC_SRCS = \
17
version.rc
18
19
@MAKE_DLL_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend