repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement registry stores.
[wine/multimedia.git]
/
dlls
/
comcat
/
Makefile.in
blob
37689c592d5ee1e251c5c360398e1ec25f38112f
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
comcat.dll
6
IMPORTS
=
ole32 user32 advapi32 kernel32
7
EXTRALIBS
= $(
LIBUNICODE
) -
luuid
8
9
C_SRCS
=
\
10
comcat_main.c \
11
factory.c \
12
information.c \
13
manager.c \
14
register.c \
15
regsvr.c
16
17
RC_SRCS
=
\
18
version.rc
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: