Makefile.in 95 Bytes
Newer Older
1 2 3 4
MODULE    = rtutils.dll
IMPORTLIB = rtutils

C_SRCS = \
5 6
	main.c \
	tracing.c
7 8

@MAKE_DLL_RULES@