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