2007-10-14 19:31:45 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = msimtf.dll
|
|
|
|
IMPORTS = kernel32
|
2007-10-16 20:50:20 +02:00
|
|
|
EXTRALIBS = -luuid
|
2007-10-14 19:31:45 +02:00
|
|
|
|
|
|
|
C_SRCS = main.c
|
2007-10-16 20:50:20 +02:00
|
|
|
RC_SRCS = rsrc.rc
|
2007-10-14 19:31:45 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|