Makefile.in 85 Bytes
Newer Older
1
MODULE    = clusapi.dll
2
IMPORTLIB = clusapi
3 4 5 6 7

C_SRCS = \
	clusapi.c

@MAKE_DLL_RULES@