9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
MODULE = comsvcs.dll
|
||
|
IMPORTLIB = comsvcs
|
||
|
IMPORTS = ole32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|