Makefile.in 114 Bytes
Newer Older
1
MODULE    = pstorec.dll
2
IMPORTS   = uuid
3 4 5 6

C_SRCS = \
	pstorec.c

7 8
IDL_TLB_SRCS = pstorec_tlb.idl

9
@MAKE_DLL_RULES@