repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement NtAccessCheck.
[wine/gsoc-2012-control.git]
/
dlls
/
comcat
/
Makefile.in
blob
04067c9ce4a4d8c2b2fa3649ab4730cd8f5335aa
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: