8 lines
90 B
Makefile
8 lines
90 B
Makefile
|
MODULE = webservices.dll
|
||
|
IMPORTLIB = webservices
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|