19 lines
387 B
Makefile
19 lines
387 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = inetcomm.dll
|
|
IMPORTLIB = libinetcomm.$(IMPLIBEXT)
|
|
IMPORTS = ole32 ws2_32 user32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
inetcomm_main.c \
|
|
internettransport.c \
|
|
mimeole.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|