projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix a reentrancy issue in the property sheet implementation by not
[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 wininet user32 kernel32 ntdll
7
EXTRALIBS = -luuid
8
9
C_SRCS = \
10
umon.c \
11
urlmon_main.c
12
13
SUBDIRS = tests
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies: