mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
17 lines
357 B
Makefile
17 lines
357 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = inetcomm.dll
|
|
IMPORTLIB = inetcomm
|
|
IMPORTS = uuid ole32 ws2_32 user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
inetcomm_main.c \
|
|
internettransport.c \
|
|
mimeole.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|