mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
MODULE = wshom.ocx
|
|
IMPORTS = uuid oleaut32 ole32 shell32
|
|
|
|
C_SRCS = \
|
|
shell.c \
|
|
wshom_main.c
|
|
|
|
RC_SRCS = wshom.rc
|
|
|
|
IDL_SRCS = wshom.idl
|