mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
12 lines
133 B
Makefile
12 lines
133 B
Makefile
MODULE = pstorec.dll
|
|
IMPORTS = uuid
|
|
|
|
C_SRCS = \
|
|
pstorec.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_TLB_SRCS = pstorec_tlb.idl
|
|
|
|
@MAKE_DLL_RULES@
|