mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
MODULE = wshom.ocx
|
|
|
|
C_SRCS = \
|
|
shell.c \
|
|
wshom_main.c
|
|
|
|
RC_SRCS = wshom.rc
|
|
|
|
IDL_H_SRCS = wshom.idl
|
|
IDL_TLB_SRCS = wshom.idl
|
|
|
|
@MAKE_DLL_RULES@
|