2007-10-28 19:43:51 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mscat32.dll
|
2007-12-06 20:42:08 +01:00
|
|
|
IMPORTS = wintrust kernel32
|
2007-10-28 19:43:51 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|