7 lines
68 B
Makefile
7 lines
68 B
Makefile
|
MODULE = svrapi.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
svrapi_main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|