mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
186 B
Makefile
14 lines
186 B
Makefile
MODULE = wshom.ocx
|
|
IMPORTS = uuid oleaut32 ole32 shell32
|
|
|
|
C_SRCS = \
|
|
shell.c \
|
|
wshom_main.c
|
|
|
|
RC_SRCS = wshom.rc
|
|
|
|
IDL_H_SRCS = wshom.idl
|
|
IDL_TLB_SRCS = wshom.idl
|
|
|
|
@MAKE_DLL_RULES@
|