projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rpcrt4: Now that there's a process-wide pool of connections we don't
[wine]
/
dlls
/
atl
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = atl.dll
6
IMPORTLIB = libatl.$(IMPLIBEXT)
7
IMPORTS = ole32 shlwapi user32 advapi32 kernel32
8
EXTRALIBS = $(LIBUNICODE) -luuid
9
10
C_SRCS = \
11
atl_main.c \
12
registrar.c
13
14
RC_SRCS = rsrc.rc
15
16
IDL_SRCS = \
17
atliface.idl
18
19
@MAKE_DLL_RULES@
20
21
rsrc.res: atl.rgs
22
23
### Dependencies:
24
25
# note: this will get overwritten by make depend
26
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)