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
Implemented Rtl*ByteSwap() functions, based on a patch by Jon
[wine/multimedia.git]
/
dlls
/
comcat
/
Makefile.in
blob
f625bde7472ddde1a76c1b3597d1c26521fe1725
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
) $(
LIBUUID
)
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
comcat_main.c \
14
factory.c \
15
information.c \
16
manager.c \
17
register.c \
18
regsvr.c
19
20
RC_SRCS
=
\
21
version.rc
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: