mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 14:24:13 +00:00
19 lines
264 B
Makefile
19 lines
264 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = urlmon
|
|
SOVERSION = 1.0
|
|
IMPORTS = ole32
|
|
WRCEXTRA = -s -p$(MODULE)
|
|
|
|
SPEC_SRCS = urlmon.spec
|
|
|
|
C_SRCS = \
|
|
umon.c \
|
|
urlmon_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|