2008-07-22 21:23:16 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = dpwsockx.dll
|
2009-09-10 20:06:02 +02:00
|
|
|
IMPORTS = dxguid kernel32 ws2_32
|
2008-07-22 21:23:16 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
dpwsockx_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|