mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
MODULE = pstorec.dll
|
|
IMPORTS = uuid
|
|
|
|
C_SRCS = \
|
|
pstorec.c
|
|
|
|
IDL_TLB_SRCS = pstorec_tlb.idl
|
|
|
|
@MAKE_DLL_RULES@
|