wine-wine/dlls/pstorec/Makefile.in

16 lines
227 B
Makefile
Raw Normal View History

2006-08-11 06:11:47 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = pstorec.dll
IMPORTS = uuid kernel32
2006-08-11 06:11:47 +00:00
C_SRCS = \
pstorec.c
2009-09-24 11:14:55 +00:00
RC_SRCS = rsrc.rc
IDL_TLB_SRCS = pstorec_tlb.idl
2006-08-11 06:11:47 +00:00
@MAKE_DLL_RULES@