mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
MODULE = windows.perception.stub.dll
|
|
IMPORTS = combase
|
|
|
|
C_SRCS = \
|
|
holographicspace.c \
|
|
main.c \
|
|
observer.c
|
|
|
|
IDL_SRCS = \
|
|
classes.idl
|