2006-08-11 08:11:47 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = pstorec.dll
|
|
|
|
IMPORTS = ole32 shlwapi advapi32 kernel32
|
|
|
|
EXTRALIBS = -luuid
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
pstorec.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|