mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
10 lines
104 B
Makefile
10 lines
104 B
Makefile
TESTDLL = wshom.ocx
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
wshom.c
|
|
|
|
IDL_H_SRCS = wshom.idl
|
|
|
|
@MAKE_TEST_RULES@
|