mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
MODULE = pstorec.dll
|
|
IMPORTS = uuid
|
|
|
|
C_SRCS = \
|
|
pstorec.c
|
|
|
|
IDL_SRCS = pstorec_tlb.idl
|