projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Stub implementation of IInternetSecurityManager.
[wine]
/
dlls
/
urlmon
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = urlmon.dll
6
IMPORTS = cabinet ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
7
EXTRALIBS = -luuid
8
9
C_SRCS = \
10
regsvr.c \
11
sec_mgr.c \
12
umon.c \
13
urlmon_main.c
14
15
SUBDIRS = tests
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: