projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hnetcfg: Add stub implementations of INetFwServices and INetFwService.
[wine]
/
dlls
/
hnetcfg
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = hnetcfg.dll
6
IMPORTS = ole32 advapi32 kernel32
7
8
C_SRCS = \
9
apps.c \
10
hnetcfg.c \
11
manager.c \
12
policy.c \
13
port.c \
14
profile.c \
15
regsvr.c \
16
service.c
17
18
@MAKE_DLL_RULES@
19
20
@DEPENDENCIES@ # everything below this line is overwritten by make depend