2007-11-02 12:35:34 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = inetcomm.dll
|
|
|
|
IMPORTLIB = libinetcomm.$(IMPLIBEXT)
|
2007-11-02 12:39:03 +01:00
|
|
|
IMPORTS = ole32 ws2_32 user32 advapi32 kernel32
|
|
|
|
EXTRALIBS = -luuid
|
2007-11-02 12:35:34 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2007-11-02 12:39:03 +01:00
|
|
|
inetcomm_main.c \
|
2007-11-02 14:46:13 +01:00
|
|
|
internettransport.c \
|
2007-11-02 12:49:29 +01:00
|
|
|
mimeole.c \
|
2007-11-02 14:46:13 +01:00
|
|
|
regsvr.c
|
2007-11-02 12:35:34 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|