8 lines
80 B
Makefile
8 lines
80 B
Makefile
|
TESTDLL = wshom.ocx
|
||
|
IMPORTS = ole32
|
||
|
|
||
|
C_SRCS = \
|
||
|
wshom.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|