mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
076b5b706f
Add a classfactory. Fix calling convention of CoInternetCreateSecurityManager.
20 lines
316 B
Makefile
20 lines
316 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = urlmon.dll
|
|
IMPORTS = cabinet ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
regsvr.c \
|
|
sec_mgr.c \
|
|
umon.c \
|
|
urlmon_main.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|