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