projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dlls: Remove explicit imports of kernel32 and ntdll.
[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
7
8
C_SRCS = \
9
comcat_main.c
10
11
RC_SRCS = \
12
version.rc
13
14
@MAKE_DLL_RULES@